background preloader

Android

Facebook Twitter

Register and Login PHP Scripts. In this Android Remote Databases mini series we’ll start setting up our php scripts to register a user, login, write a message, and display some JSON data.

Register and Login PHP Scripts

We will also be building some temporary front-end php forms to test out our scripts, but eventually we will develop the front-end code within our Android app. Part A: Learn the Basics of PHP Part B: Learn Android 2.20 B – Creating a PHP Web Service for Apps Part C: Coming soon… Developing PHP Script to Interact with our Database The core concept of developing an Android app that connects with a remote database is to have the front-end programming done within the Android application, then send the information to a PHP script to be processed, the script will then interact with the database, and last the information will be returned back to the app. **Note- These scripts will not be too secure since anyone can interact with them, but it should demonstrate the basics of this mini series Step 1: Creating a New User PHP Script. JSON in Android. JSON in Android - Tutorial Copyright © 2011, 2012, 2013 Lars Vogel JSON with Android This article describes how to process JSON within Android.

JSON in Android

It is based on Eclipse 3.6, Java 1.6 and Android 2.3.3 (Gingerbread). JSON is a very condense data exchange format. 1.2. Twitter is a great source for JSON. Table 1. Please note that some URIs return a JSONObject object while others return a JSONArray. How to connect Android with PHP, MySQL. How to fetch a data from web server database in android application. Setting up ssh raspberrypi. Android accessing RESTFull Web Services using JSON. Android Client Server communication. How I rooted my Arc S and removed apps I don't need. WARNING: Here be dragons.

How I rooted my Arc S and removed apps I don't need

I don't work for SE but was surprised that my Arc S came with some apps that you cannot remove without rooting your device. Seeing as internal memory space is already a bit limited I decided to root so I could run the wonderful Titanium Backup app and remove the stuff I had no interest in. I'm posting this in case others wish to do the same but I accept no liability if you remove something important and your phone crashes or won't boot.

If you do screw it up then you should be able to use the PC Companion tool to restore the stock image. FWIW I have an Xperia Arc S running the .42 firmware image. Root your phone using the Xperia 2011 Easy Rooting Toolkit v3.0 (zergRush Exploit). How To Change, Customize & Create Android Boot Animation [Guide] The boot animation is the first thing that you see when powering on your Android phone or tablet, after the operator or manufacturer logo. Although it does not serve a purpose functionally, an eye-catching boot animation can certainly make your device stand out while booting. App Inventor for Android - Beta. How To Make Money By Making an Android App? This is the last post of The App Series.

How To Make Money By Making an Android App?

Those who have not yet read the Tutorials, please first read them : There are two ways of making money from the Android App But for this, you must have to publish your app in Android Market . Without publishing it in Android Market, you cannot make money. Why? You will get the answer at the end of this post.Sounds Good ? In simple words, AdMob is the Mobile version of Adsense. How to make money from your Android apps. The following links lead to downloads for the ‘Developing for Andoid’ tutorial that followed Adrian’s feature. Icon Files – Click here to download the icon imagesTextEdit – Click here to download the textEdit.java With the right attitude, and some tips and tricks from industry experts, you can soon turn your homegrown Android app into a nice little earner.

Adrian Bridgwater explains how… Advisor: Adrian Bridgwater Adrian has been a technology journalist and IT communications consultant for nearly two decades. His journalistic creed is to bring forward-thinking, impartial, technology editorial to a professional and hobbyist software audience around the world. There’s a fantastic book by former Intel CEO Andy Grove called Only The Paranoid Survive, which is themed around the turning points in the technology roadmap that led Intel to switch its business model and become the microprocessor giant that we know so well today.

But enough of the basics, as most of you will know this preamble. Application Fundamentals. Settings. Class Overview The Settings provider contains global system-level device preferences.

Settings

Summary Constants public static final String ACTION_ACCESSIBILITY_SETTINGS. Robotium - It's like Selenium, but for Android™ Robotium is an Android test automation framework that has full support for native and hybrid applications.

robotium - It's like Selenium, but for Android™

Robotium makes it easy to write powerful and robust automatic black-box UI tests for Android applications. With the support of Robotium, test case developers can write function, system and user acceptance test scenarios, spanning multiple Android activities. See Questions & Answers for common Robotium questions and answers. See Getting Started for instructions and examples on how to create your first Robotium tests. Join the discussions in the Robotium Developers Group.

Apps