
How to pass value from one Activity to another in Android
For passing values from one Activity to another activity you can use Intent’s Extras method. What is Intent? Intent is a way to switch from […]
For passing values from one Activity to another activity you can use Intent’s Extras method. What is Intent? Intent is a way to switch from […]
When i develop android application, i keep one thing in my mind “Not to hard code even a single piece of information.” and that is […]
In Android application, we have a component name as WebView. WebView is used to open any url inside our application. While developing android application, we […]
There are many ways to save the Android device in registered list so that next time when the same device tries registering in the app […]
If you want to start Android development you just Need Android Studio IDE to develop your application. Android Studio works on Linux, Windows and Mac. […]
For opening PDF file i prefer you to go with WebView. WebView do supports PDF file. And for .doc and .excel there are many free […]
First create 2 class one is your Activity and other one is a singleton class having a String type of variable . Below is the […]
Yes you can use Drive or Dropbox as the database for building Android application but not Gmail as Gmail doesn’t provide space to upload data. […]
There is no as such main method in Android Application. In android we can define the entry point by adding intent filter to that activity […]
For accessing database of website to be used by android you need to create API (Restful or SOAP). This API will expose you the url […]
Copyright © 2023 | WordPress Theme by MH Themes