Questions tagged as 'android'

1
answer

Wordpress REST API, GET featured image with a call

I'm making an android application for my wordpress page. I want to get several JSON data, one of them the image associated with the posts. The JSON that returns wordpress by default has the following format: "author": 5, "featured_media": 1836...
asked by 28.11.2016 / 11:31
0
answers

Checkbox problem within listview on android

Good days I am developing an app, in which I have a listview in which I load information and I have several controls, I have a checkbox that when clicked activates an edittext so that the user can write about it. The detail that I ha...
asked by 27.12.2016 / 16:44
0
answers

android: When swiping the scroll view within a fragment it reloads all the fragment?

Good morning. I have a fragment in which inside I have a scrollView, I have a series of data loaded, but each time I slide it (down or up) it reloads all the fragment. How can I solve this situation? / p> Thank you in advance.     
asked by 11.12.2016 / 21:34
1
answer

Intent is null in the onRecieve () of a BroadcastReciver

I have a problem that I can not understand why it happens, I've been looking for more sites before asking but I have not found anything, here's the problem: I create an Intent to send a broadcast in the following way: Intent intent = new In...
asked by 31.10.2016 / 13:01
1
answer

How to Create a Folder in OneDrive?

I am using the OndeDrive sdk to perform some tests and I want to know if it is possible to create a folder from my app to OneDrive. Please give me a hand.     
asked by 30.10.2016 / 21:27
2
answers

Get requestPermissions result when requesting permissions

I need to read and write files of a specific route in my SDcard, when I work with Android versions that do not require permission, I do not have problems, but when I work with versions that require permissions I am writing the following: if(Bu...
asked by 01.11.2016 / 21:43
1
answer

Doubt with the BroadCastreceiver, do not record the actions

I have created a clase , which extends from BroadcastReceiver . I use this class to display a notification bar with two buttons to register each click. The notification bar is perfectly displayed, but when I click on the buttons,...
asked by 15.11.2016 / 14:30
1
answer

Push notifications on android with mysql, php and firebase

I have two tables A and B in MySQL. When a new record is inserted in A, a trigger inserts another one in B. What would be the correct way of doing that when creating that record in B I can execute a query that allows me to send the notification...
asked by 15.11.2016 / 15:01
1
answer

setOnClickListener on activity android

I have a button to which I gave a setOnClickListener in the onCreate estor receiving an intent that has an arrayList and the array list is updated when I add more images. I want to finish the life cycle of the app but it is not staying. When I a...
asked by 23.11.2016 / 23:08
0
answers

Tiny Fragment in ViewPager - Android

Good, I have the following problem, when inserting a listView in a fragment using a TabBar, the fragment comes out tiny even though I use match_parent in its attributes, thanks for the help. Activity Main: <?xml version="1.0" encoding="u...
asked by 24.11.2016 / 15:30