Featured
-
How to identify the network usage of your particular application in android?
Hello Tech Nerds, I have created an app for And
by sachin.joshi
Tags
How to get the individual texts from edittexts in a loop
Please i have a for loop which creates edittext according to what the user types in. It displays the edittexts in a linearlayout. What i want to do is to get each of the texts from the edittexts and store it in an arraylist
This is t...
how to access restful webservice using volley library
I have created a restful web service using this tutorial http://www.tutecentral.com/restful-api-for-android-part-1/
after running this i got an auto generated java file which contains the following code
public class RestAPI {
private fin...