Skip to content

Commit 73fe6aa

Browse files
committed
readme updated
1 parent 56f1597 commit 73fe6aa

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,34 @@ I'm taking an onsite course on Android App Development at Dhaka, Bangladesh (see
8686
**Resources:**
8787
- [Bengali Blog Post on JSOUP Library](https://hellohasan.com/2017/02/25/android-web-scraping-jsoup/)
8888
- [Android working with Camera - AndroidHive](https://www.androidhive.info/2013/09/android-working-with-camera-api/)
89-
- [Android Uploading Camera Image, Video to Server with Progress Bar - AndroidHive](https://www.androidhive.info/2014/12/android-uploading-camera-image-video-to-server-with-progress-bar/)
89+
- [Android Uploading Camera Image, Video to Server with Progress Bar - AndroidHive](https://www.androidhive.info/2014/12/android-uploading-camera-image-video-to-server-with-progress-bar/)
90+
91+
### [Class: 10](https://github.com/hasancse91/Android-Development-Course/tree/master/10-TenthClass)
92+
- Implement an Abstraction Layer for Retrofit Network call
93+
- Android debugging
94+
- Refactor/rename (class, variable, method etc.)
95+
- Rename Android unique package name
96+
- Change Launcher Icon of Android App
97+
- Some Android Studio keyboard shortcuts
98+
99+
**Resources:**
100+
- [Bengali Blog Post on ***Abstraction in network layer using Retrofit***](https://hellohasan.com/2017/10/01/android-retrofit-get-post-method-different-network-layer/)
101+
- [Debug your App - Android Official Documentation](https://developer.android.com/studio/debug/index.html)
102+
- [Refactor/rename file in Android Studio](https://stackoverflow.com/a/28269008/6200296)
103+
- [Refactor your code in Android Studio - OneTouchCode](http://onetouchcode.com/2016/10/12/code-refactor-android-studio/)
104+
- [Rename package in Android Studio](https://stackoverflow.com/a/29092698/6200296)
105+
- [Change Launcher icon](https://stackoverflow.com/a/21385148/6200296)
106+
- [Android Studio Keyboard Shortcuts - Android Official Documentation](https://developer.android.com/studio/intro/keyboard-shortcuts.html)
107+
108+
### [Class: 11](https://github.com/hasancse91/Android-Development-Course/tree/master/11-EleventhClass)
109+
- SQLite Database
110+
- Create Database
111+
- Create Table
112+
- Write a record (row) into table
113+
- Read all records from table
114+
- Count the number of row in table
115+
116+
**Resources:**
117+
- [Android SQLite Database - TutorialsPoint](https://www.tutorialspoint.com/android/android_sqlite_database.htm)
118+
- [Local Databases with SQLiteOpenHelper - CodePath](http://guides.codepath.com/android/local-databases-with-sqliteopenhelper)
119+
- [Android SQLite Database Tutorial - AndroidHive](https://www.androidhive.info/2011/11/android-sqlite-database-tutorial/)

0 commit comments

Comments
 (0)