Tarandeep Singh

Blog

  • Contact
  • Need Help

Articles by Admin

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

February 7, 2017 Admin 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 Admin 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 […]

Why do we need synchronization in Java, and what happens if we are not using synchronization in Java for a multi-threading environment?

February 7, 2017 Admin 0

We use Synchronization in Java whenever we want only thread to access particular resource at a particular time. If more than 1 thread tries to […]

Is it possible to return int/string using constructor in Java?

February 7, 2017 Admin 0

No. Constructor can’t have any return type. Constructors are used to return the object of the class. If you see above example. We have created […]

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

February 7, 2017 Admin 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 […]

Why do Apps use only Google or Facebook to login instead of creating their own way of login?

February 7, 2017 Admin 0

If we talk from a user prospective then it is very difficult to remember so many passwords. So at the end the user may forget […]

What is difference between StringUtils.isEmpty and StringUtils.isNotEmpty?

February 7, 2017 Admin 0

There is no major difference between StringUtils.isEmpty and StringUtils.isNotEmpty. They are just reciprocal of each other. Suppose you have a string str whose value is […]

How to access all clipboard data in Android?

February 7, 2017 Admin 0

As per my understanding you can’t access all clipboard data as it doesn’t exist. This feature is something like copy paste in windows. Whatever you […]

What is better, Android app or website?

February 7, 2017 Admin 0

It totally depends upon the Business. It we talk about Website then website is the most common way to interact with Customers. One should always […]

What all softwares are required to build an Android app?

February 7, 2017 Admin 0

You just need Android Studio to build an Android Application. In Android Studio you can create Android Applications, can create virtual device to test your […]

Posts navigation

« 1 … 3 4 5 6 »

Categories

  • No categories
Tweets by tdssaini
Search My Blog

Copyright © 2025 | WordPress Theme by MH Themes