Questions tagged as 'mobile'

1
answer

How to write to an .json file

I have some files .json in assets . I'mcurrentlyjustreadingthesefiles.ReadingpublicStringloadJSONFromAsset(StringAjson){Stringjson=null;try{InputStreamis=context.getAssets().open(Ajson);intsize=is.available();byte[]buffer=newbyt...
asked by 19.02.2017 / 06:26
2
answers

How can I extract information from an XML that is stored in a String?

I'm consuming this xml tag of a api and storing your content in a String p> Its structure looks like this: <opml version="1"> <head> <title>Título</title> <status>200</status...
asked by 20.03.2017 / 19:03
1
answer

Error creating Google Maps Activity

When I create a new - > Google - > Google Maps Activity it creates everything correctly. Then I add the key in google_maps_api.xml . <stringname="google_maps_key" templateMergeStrategy="preserve" translatable="false">...
asked by 31.01.2017 / 18:30
1
answer

Add a sidemenu on ionic Blank template

Hello I created my project using the blank template of ionic1, but there was a need to add a sidemenu in my project. I have not been able to add this menu in a while and would like to know if anyone has already done this and could share with...
asked by 28.10.2016 / 02:57
1
answer

Posts optimized on Facebook Mobile

Does anyone know how to make these new posts optimized for Facebook Mobile? Example:     
asked by 08.12.2016 / 18:02
1
answer

How to give reload in a WebViewer by time interval in Xamarin Android?

I'm creating an application, where you have a WebView that needs to be updated from 5 in 5 seconds while the Switch is checked, and when you uncheck it, it should do the page stops loading. I tried to use a while, but the application is w...
asked by 01.11.2016 / 22:54
1
answer

Lock the body scroll up to a certain height

Good afternoon guys, my problem is this: When I open the mobile menu of my site, the height of the scroll remains large (the total size of the page). And I can not add 'fixed' position in the body because my menu has a height greater than 100...
asked by 14.11.2016 / 17:53
1
answer

Capture document width with scrollbar

Good afternoon, I'm making a responsive website where I use CSS with media="screen" and jQuery. Problem: However Javascript and CSS do not recognize the same document width value when the page has a scroll bar (when I test in Chrome usi...
asked by 03.08.2016 / 20:44
1
answer

Objective C - How to change the contents of an Image View after performing an animation

Implemented an animation in Image View and would like to know how to change its image exactly after the animation ends. Example: - (IBAction)play:(id)sender { //ANIM . . . [UIView beginAnimations:nil context:nil]; [UIView...
asked by 27.07.2016 / 15:38
1
answer

How to update the view after changing the database with IONIC 2

I'm developing an application with IONIC 2 where I use a webservice REST, of an application that is running online. In the page opening, I make the request and display information correctly on the screen, however, when an item is inserted or cha...
asked by 27.05.2016 / 19:18