Questions tagged as 'android'

1
answer

How to update an owner app? [closed]

I have an app that should only be used by an x number of employees, so it's not in the playstore, but I wanted to know how I can make updates available and install them.     
asked by 19.08.2016 / 21:37
2
answers

FATAL EXCEPTION error loading image gallery using AsyncTask

I'm creating a small gallery and I'm having a hard time loading images using AsyncTask class adapter: public class AdapterGaleriaFragment extends BaseAdapter { Context ctx; List<ImageDataModel> lista; public AdapterGaleriaFragment(Con...
asked by 18.10.2016 / 23:44
1
answer

Open external links in another browser

So I have an App that my site is all responsive and is working perfectly. But I would like the external links to be opened in another browser. For example: The user clicks on a Google Adsense ad that has the site and the ad site opens in the...
asked by 29.07.2016 / 00:01
1
answer

Json for Markers android

I'm trying to loop markers from google maps, grabbing information from a json, but I'm stopped at "downloading" information from doinbackground to google's google method. To understand better, follow my code: public class MapsActivity extends...
asked by 22.07.2016 / 01:53
1
answer

How do I get only my domain links to open my application?

If I click on a link related to my site, I'd like the list of applications that can open that link (Google Chrome, UC Browser and etc.) to appear as well, which is a very simple browser that works using a WebView, but only when it's a link to m...
asked by 28.07.2016 / 16:17
2
answers

Nav Header with login

I have the navigation drawer menu and in the header part I have only one image. I would like to put the user to login. In kids I would like to leave as in the image below: Iwouldliketoputtheimagethenameandtheemailoftheuseralreadyloggedin.Can...
asked by 20.07.2016 / 14:40
2
answers

Pass data from one Activity to another without starting it?

I'm creating an Android App, I need to pass data of type String from the first activity (when started), to a third activity. But without starting it. In case I take the user ID on the first screen and use it to register the message, implementing...
asked by 09.09.2016 / 02:39
1
answer

SQLite check if data already exists

Hello I have an application where when logging in if you have a connection to the internet it should bring the data from the web service and insert it into the bank. That's good then, but my doubt is as follows: When logging in and receivi...
asked by 08.09.2016 / 14:31
1
answer

Click on a button and make another

How do I do when I click on botao1 and make botao2 and botao3 appear on the screen? I left botao2 and botao3 visibility = invisible .     
asked by 24.08.2016 / 03:12
2
answers

Open calendar from a link

I've seen many different ways of doing this, but none works I need to put a link on my website, where when I click, open the schedule for the person to save in her calendar Just like tel: mailto :, I saw some things like calendar: calshow...
asked by 11.07.2016 / 03:34