Questions tagged as 'android'

1
answer

Using ActionBar Up Navigation Android - API23

I'm implementing an app that has a activity to load a map and another activity to list the places the user selected on the map. As I'm working with API23 , the toolbar was successfully displayed on activity master....
asked by 23.11.2015 / 23:56
1
answer

Keep my application checking for WebService updates

So, my question is this: Assuming I have a RecycleView list of users in my application, where this list is populated by a request to my WebService . I would like my application to be 'checked' when a new user is added to the s...
asked by 22.07.2015 / 00:19
1
answer

How do I receive a notification on android whenever there is a record in a table?

I have a problem, I have an android project that I need to receive a notification on my phone whenever there is a new client in the database (in the background too!). but the problem is that I can not find a way to tell when there is a change in...
asked by 20.07.2015 / 01:44
1
answer

How do I create a shortcut to open a site in the browser?

I need to create a shortcut to open the browser with the address (in this case, Chrome).     
asked by 09.05.2016 / 19:15
3
answers

Is it possible to put labels in ListView?

I have several ListView 's that I use for browsing, and I put it as id's content. So, a list that should present country names, is showing the id of the countries. Is there any way to keep these id's in the list but di...
asked by 03.08.2015 / 22:09
2
answers

android file monitor

I need to develop an android application where it works by monitoring a certain directory with a certain periodicity and sending new files from that directory to an FTP or other folder on the local network that the device is connected to. Eg Eve...
asked by 05.08.2015 / 14:04
1
answer

FragmentActivity with ActionBarDrawerToggle

I would like to create a Drawer with an ActionBarDrawerToggle . I'm following this tutorial ! My only change is that I am extending FragmentActivity and not a Activity as the example. When I execute, a NullPointer occur...
asked by 13.07.2015 / 15:07
1
answer

Animate a LinearLayout with the LayoutAnimationController

Good afternoon! Home I have a LinearLayout that will be displayed when the user selects a Switch For this I have created two methods, for fadeIn and fadeOut. Following: private LayoutAnimationController fadeIn(){ Animation fadeIn = Animat...
asked by 08.07.2015 / 20:14
1
answer

How to open, via intent, the Google Maps app in certain Latitude / Longitude?

Using this rule, I can view the information in the database. I'm trying to put a button to get the latitude and longitude of the database so when you click it open google maps. public class UsuarioAdapter extends ArrayAdapter<Usuario> {...
asked by 24.10.2015 / 00:31
1
answer

How to automatically fill an EditText in android

I have an application that calculates the total value per product of the purchase (quantity x unit value of the product). I would like the EditText field of the total per product to automatically populate after the quantity and strong>...
asked by 23.10.2015 / 01:55