Questions tagged as 'android'

0
answers

Gson returning characters with invalid accent

I'm getting information using Gson in a PHP file. When this information is received, words containing accents are not encoded. I already read: Android JSON CharSet UTF-8 problems Converting String to Android JSONObject loses utf -8...
asked by 06.08.2016 / 20:29
0
answers

Consult user in SQLite [closed]

I need to validate a user in the database. If it is valid, I want to call the second Activity. What method to use to do this validation in the android database? Insertion code: public String insereProfessor(Professor professor) { Con...
asked by 08.09.2016 / 20:12
0
answers

AppCompat in project does not work on Android API 11

Situation I have in my project the lib AppCompact in format .jar , however I can not instantiate anything from the library: IntheprojectpropertiesIhaveJavaBuildPath,butevenmarkedcannotuseanything.Ididsomeresearch,butIjustfoun...
asked by 08.09.2016 / 14:28
1
answer

How to upload a video on a screen?

I'm doing an application in Android Studio where I have the main screen (MainActivity) that has a menu with several links and one of them calls a Fragment (VideoFragment) where when loaded should show a video (youtube and local) with description...
asked by 14.07.2016 / 17:04
1
answer

Do I still need to restore Activities when I rotate my phone?

Not long ago, every time an Android application was developed, you had to worry about the data that was on the screen when you rotate the phone (change the orientation). As explained in this post you had to re-create activity. Recently, whe...
asked by 19.07.2016 / 06:54
0
answers

Use Google Drive as a WebService

Hello. Someone could help me, I'm trying to create an app and I'm trying to use google drive as a webService for this app, I want to store files in the my account of the drive (eg audio and img ) and qd the user of the app click on a button...
asked by 17.07.2016 / 16:51
1
answer

Animate activity in a circular way

I'd like to make a transition effect when calling an activity. When the image, in this case a circular, is pressed, the activity grows from a circle with the same radius of the image until it fills the entire screen.     
asked by 18.07.2016 / 19:21
0
answers

Eclipse project migration for Android Studio - FATAL EXCEPTION

I did the import and I had no error, but when I try to compile the project I have this problem: 07-13 15:29:13.786 1380-1380/br.com.sistemaguardiao E/AndroidRuntime: FATAL EXCEPTION: main...
asked by 13.07.2016 / 17:49
0
answers

Monetizing app android [closed]

Good morning! I want to put an app in the play store for 99 cents. How will I receive the money for each application download? I read something about google wallet but I can not download the application in Brazil ... How does it work?    ...
asked by 02.07.2016 / 15:22
1
answer

Android: Custom ListView has an error while simulating

I've implemented a custom, basic ListView, but it's giving the error:    java.lang.RuntimeException: Unable to start activity   ComponentInfo {goodeal.listview / goodeal.listview.MainActivity}:   java.lang.NullPointerException: Attempt to inv...
asked by 03.08.2016 / 05:40