Questions tagged as 'android'

1
answer

Implement message exchange between applications [closed]

I have an app which has two versions, user version and service provider version, where there is an exchange of messages in it, I would like to know what options I have to implement this exchange of messages, today I am always doing Queries askin...
asked by 05.05.2015 / 22:28
2
answers

Login to facebook using custom button

In a project I'm doing, I have to log in through Facebook. I'm already getting that, however, I only get this for LoginButton of the Facebook SDK itself using these methods: private static final List<String> PERMISSIONS = Array...
asked by 15.04.2015 / 18:26
2
answers

How to use CSS style in application?

I created an app for Android using App Framework from Intel and did the build with PhoneGap. It has the visual style of the framework , but when I run it on the Android device, it uses the native, black look. How do I reverse this?  ...
asked by 28.08.2014 / 15:47
1
answer

Can I create an ExpandableListView with the swipe effect?

I have a ListView that is composed of 3 ListView's chained. The first is a Year Release list, which has a list of genres that in turn stores a list of movies. I wanted to have the option to expand and collapse the lists by the year...
asked by 10.10.2016 / 17:48
1
answer

Keyboard does not recognize Edittext

I have several EditText within an item in my list ExpandleListView . Always clicking on EditText the following message will appear and no text will be typed in the field:    getSelectedText on inactive InputConnection   g...
asked by 30.03.2015 / 16:58
1
answer

Project import encoding problem for Android Studio

Imported a project via SVN in Android Studio. Previously, the project was in Eclipse and whoever handled the project ended up committing files as .classpath . From there I started to have an encoding problem that, regardless of what I d...
asked by 19.05.2015 / 18:36
1
answer

Android Audio Player

I created a music player and it works 100% only when it reaches the end of a song it does not go to the next list. Does anyone know of a solution to my problem? (Note: the songs played and the sdcard). public class Player extends Activity impl...
asked by 12.05.2015 / 16:23
1
answer

SwipeEvent for Android application

I am making an application to control SwipeView but only the validations left to right and right to left are working. The top-down and bottom-up validations are not working. Could someone please help me?    I'll share a code that do...
asked by 30.12.2014 / 02:35
2
answers

How to Generate Thumbnail from a Video for Android?

I'm developing an android application, one of the screens of it should generate thumbnails of videos and display them in a list. Like the image below. Iwasabletogeneratethumbnailsofimages,butI'vetriedseveralwaystogeneratethethumbnailsofthevideo...
asked by 18.02.2016 / 19:20
1
answer

How to use the Toolbar widget?

I've already seen the android's own documentation already done all the steps of other forums and still could not use toolbar in my screen layout.    How should I proceed step-by-step with regard to implementation and use in my   layout or to...
asked by 01.11.2014 / 16:54