Tarandeep Singh

Blog

  • Home
  • Need Help
  • About Me

Android Development

How to pass value from one Activity to another in Android

June 9, 2017 Tarandeep 0

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 […]

Ways to make content dynamic in Android Applications.

May 9, 2017 Tarandeep 0

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 […]

How Android App open websites inside the app?

February 21, 2017 Tarandeep 0

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 […]

How Android device is identified as registered by apps?

February 21, 2017 Tarandeep 1

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 […]

Which Operating system and IDE is required for Android App Development ?

February 19, 2017 Tarandeep 0

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. […]

How to open .doc,.excel,pdf file inside android app?

February 19, 2017 Tarandeep 0

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 […]

How to allow users to change the background image of an activity in Android App?

February 19, 2017 Tarandeep 0

First create 2 class one is your Activity and other one is a singleton class having a String type of variable . Below is the […]

How to use Gmail/Drive as a cloud database for building Android app?

February 7, 2017 Tarandeep 0

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. […]

How many main() are there in an Android Application?

February 7, 2017 Tarandeep 0

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 […]

How to make Android app that will access database connected with website

February 7, 2017 Tarandeep 0

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 […]

Posts navigation

1 2 »

Categories

  • Android Development
  • Career
  • Entrepreneur
  • Java
  • Mendix
  • Salesforce
  • Software Development
  • Technology
  • Video
  • Website Development
  • Wordpress
Tweets by tdssaini
Search My Blog

Copyright © 2023 | WordPress Theme by MH Themes