Questions tagged as 'android'

2
answers

Display data in a ListView from a database

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...
asked by 16.01.2017 / 16:19
2
answers

How can I create a folder in the internal memory in Android?

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?     
asked by 11.02.2017 / 22:18
1
answer

Change Extends Activity by Extends Fragment without affecting The result? (Android app)

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...
asked by 16.07.2016 / 15:43
3
answers

Autoincrement when adding record in Android Realm

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...
asked by 02.09.2016 / 08:35
2
answers

What code do I need to know if my android app has mobile internet (data) or wifi?

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...
asked by 17.08.2016 / 17:52
1
answer

Table name has no column column name [closed]

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...
asked by 14.03.2016 / 21:49
4
answers

Inquiry about emulating on Iphone 6s [closed]

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.     
asked by 13.04.2016 / 15:54
2
answers

Unfortunately the app stopped problem with imageview Android kit kat (API 19)

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...
asked by 21.12.2018 / 20:39
2
answers

How to do setNestedScrollView in versions prior to Lollipop?

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...
asked by 08.03.2016 / 18:28
2
answers

How can I get the user's location every second?

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...
asked by 30.11.2018 / 18:52