I am decoding the response in JSON , and I want to show that data in ListView , how can I do this task? . I leave my progress.
public void onResponse(String response) {
System.out.println("INFORMACIÓN OBTENIDA DE LA...
I can not find the way to create a folder on android. With java it is different than creating it in Windows.
How can I create a folder in the internal memory of a java phone?
I'm trying to merge two projects android.
The first is basically an Application that consists of a single Class: MainActivity.java
As I put below:
(It's an example of how to upload an image of the Micro SD server yet)
@SuppressL...
Really I see that there is nothing like Mysql to be able to assign auto-increase of an index.
How could something similar be done when entering new records.
Structure User extended RealmObject
public class User extends RealmOb...
I am programming a hybrid android application, in which I need to know if the user (phone) is connected to some kind of network, whether mobile data or wi-fi, and in case DOES NOT EXIST this connection the application will launch a Toast w...
I'm doing a project on Android and creating a b.d SQLite and in the class that extends SQLiteOpenHelper at the time of doing an insert I'm getting the following:
table stops has not column lng
But the table has the column. For s...
I have an iphone 6s and I am developing an app in Android Studio. I wanted to know if there is any way to emulate the android application on the iphone with a virtualBox or something like that.
Thanks.
Good morning coders. I tell you what happens to me.
I'm making an app for android, native, but when trying to insert an imageview (as indicated by the official documentation link api level 16) ... the app works on devices lollipop 5.0 and u...
I would like to be able to do a NestedScrollView adapted to versions before Lollipop (API 21) and I am trying to follow the following tutorial:
link
but I still can not scroll in the text, I use a very simple framework and...
I am developing an Android application where I want to get the location as quickly as possible (every second would be fine).
For now I have added the Google Play Location services as I have seen in many tutorials and I get the correct locatio...