Useful Android Links

Android
Android Studio: Files to exclude for Subversion http://dimitar.me/android-studio-what-files-and-directories-to-exclude-when-importing-into-subversion-or-git/ ExpandableListView http://www.journaldev.com/9942/android-expandablelistview-example-tutorial Requesting Permissions at Run Time https://developer.android.com/training/permissions/requesting.html
Read More

SQLite for Android

Android
Want to know how to deal with SQLite in Android ? Just read out the following Tutorial: https://www.tutorialspoint.com/android/android_sqlite_database.htm Then download my simple app for practicing the concepts.    
Read More