Search

androidsubway

android tips & tricks

Tag

Android Studio

Spinner Example in Android Studio

Here I share you Very Simple Example of Spinner.
1) Let’s we start from xml file “Spinner.xml” .Code is..
Continue reading “Spinner Example in Android Studio”

Viewing SQLite DataBase Content | Android Studio

While creating android application you might encounter a situation where you works with the Sqlite Database for storing data in an android device. This database is very helpful in storing the data on the users mobile phone itself. But as a programmer it become difficult for you to test the database. So you can use adb shell to view the contents of table inside your database. You need to perform these steps in order to achieve that: Continue reading “Viewing SQLite DataBase Content | Android Studio”

Shortcuts in Android Studio

Android Studio is the most widely used IDE for Android Development. An IDE can definitely boost up your development if you know how to use is properly. If you knows the basic shortcuts and tweaks, your development time would definitely be reduced. Continue reading “Shortcuts in Android Studio”

Create a free website or blog at WordPress.com.

Up ↑