I am newbie to android development. I am using android studio for developing an application. Things i have done Created a DB with two tables in it in MySQL. Created two separate api’s for both GET and POST methods. Successfully accessed both api’s What i have achieved for now Able to GET data form the GET api. Able to POST
Tag: android
‘Navigation is blocked’ when opening Intent
I am working on the payment process for an app. When the user has paid in the browser he has to get redirected back to the app. My solution is to open an Intent from the browser. To achieve this I made a button and clicked it using javascript: The only problem is that when I open the site in
Failed to load native library ‘libnative-platform.so’ for Linux amd64
First off, if this belongs on Ask Ubuntu, my apologies…I’m not really sure what forum this falls under. I’m attempting to fork and build an Android project from Github using PHP and a shell script. Basically, I’m printing out some output from a shell script I wrote into a website. When you visit the page, and press some buttons, the
Android Volley getParams() method not getting called for JsonObjectRequest
I have overrided getParams(), and mEmail, mUsername etc. are globally declared. This is my server side code: The response I am getting is always not ok, becasuse I already have an empty row in my database, and I am trying upload an empty row again. Can someone tell why I am not able to get the data? Why am I
Ionic PHP connection in Android APK
For a school project we are working on an app with the Ionic framework that needs to connect to an external PHP file. When the user submits a form, the input has to go to the PHP file, get dropped in a database, and also return a value in the app. We’ve got everything working locally, as well as in
Insert into database from android using PHP
I’m trying to insert some data from my android application into my database using php, I tried below script but I get this error PHP script Android Part Answer You have got small error in your PHP script
RSA Encryption in Java / Decryption in PHP Fails
I have a PHP script that I have been using do decrypt a session key that I encrypted from iOS. The encryption is done on the client using a 1024-bit public key. Decryption on the server side is done with the corresponding private key. Now I’m trying to write an encryption method for Android. Unfortunately, the decryption continues to fail,
Get User API key with PHP Pushover push notifications to iOS & Android
I want to use PHP Pushhover to push notification to specific devices / Android setToken(Your app API key) is a server API gets from Google Project Credentials, it’s fine, but where can I get the user API key for setUser(The user’s API key)? Note: I want to push notification to specific devices that the query choose them, and I’am using
(70007)The timeout specified has expired: mod_fcgid: can’t get data from http client
I have a Phonegap App running in android, and my backend is a php App using Yii framework. When I try to upload 10 pics, sometimes it works well, sometimes, some pics fail to upload. In my error_logs, I have this line : I don’t know how to manage it. I tried to raise timeout values in : /etc/apache2/mods-enabled/fcgid.conf but
How can i secure this API in an APK file
I am currently developing an api for a website i run. The api will be used in a number of places, and one of those places is an Android app. It’s purpose is to allow users to login, and and download files. I have the api build, and it will be using HTTPS so all of the data is fine