Questions tagged as 'android'

0
answers

the php does not receive a reply POST volleyplus from android

Hi, I have an app with volley plus, I send a POST request to a file: text1.php and I have verified that the variable $ _POST receives something but does not receive the parameter that I send $ _POST ["data1"] through my app. I save the result...
asked by 18.04.2018 / 06:06
0
answers

How do I solve this OCR download problem: I / Vision: libocr.so library load status: false?

I have this problem with the api OCR mobil vision text google: I think that does not download the OCR dependency I get the following message:    / SendBroadcastPermission:   action: android.intent.action.MEDIA_SCANNER_SCAN_FILE,   mPermission...
asked by 18.04.2018 / 07:49
0
answers

Use progress bar on andrpod

Very good I need help, within my project there is a progress bar which when passing between activities this progress bar of the beginning will be filled with a percentage. ***** Example ***** Button day 1 "Progress bar" Complete 3 activitie...
asked by 23.04.2018 / 13:37
0
answers

EAP Network, how to connect?

What I want is to connect to an EAP network that is in my university through my apk but I do not know how to configure the proxy. Look: /**WIFI PROXY*/ public static Object getField(Object obj, String name) throws SecurityException, N...
asked by 23.04.2018 / 12:50
1
answer

Error when importing Ionic page

The page that I want to import works very well in a page that calls it in a previous event (Login) but now I can not import any, it is as if it were truncated in project When I want to import a page into another predefined page in app.module...
asked by 17.04.2018 / 12:45
0
answers

Activity closes when executing handler

What I want is to call a class every x time to show a data that I have in MYSQL and that is updated. Then I thought about creating a handler and calling the class that connects me with MYSQL with a delay but I close the activity and go back t...
asked by 17.04.2018 / 15:15
0
answers

self-adjusting gridview or grid layout?

I try to create a grid in which the columns are self-adjusting to the content, I've tried in design and in java but nothing, I've also tried with a gridlayout, with a list by column but they scroll independently each one.     
asked by 17.04.2018 / 07:47
1
answer

Android: put a textView in Linear Layout at the bottom of the screen

I just started studying with Android Studio and I tried all the sentences for my textView on bottom screen for LinearLayout , but so far nothing. How can I do it? Help !!! <LinearLayout xmlns:android="http...
asked by 17.04.2018 / 03:50
0
answers

Problem with the use of SharedPreferences with dart and flutter

Hello, I had problems getting data from an instance of SharedPreferences, this is my code: _getToken() async { SharedPreferences prefs = await SharedPreferences.getInstance(); var token = (prefs.getInt('TOKEN') ?? ""); print(toke...
asked by 16.04.2018 / 19:19
1
answer

Run a program with Selenium on Windows, remotely from an Android app? [closed]

I'm doing an application on Android , which sends requests to a program, which I have on a virtual machine, with Windows operating system , this program performs a series of Actions with Selenium depending on the request you receive, is a J...
asked by 16.04.2018 / 19:40