background preloader

Android

Facebook Twitter

Firebase Cloud Messaging for Android using PHP and MySQL. Hey guys, so here I am back with another Firebase Cloud Messaging tutorial.

Firebase Cloud Messaging for Android using PHP and MySQL

You all know about Firebase Cloud Messaging, it is a push notification service and we can use it to send messages to our app users. I already posted about Firebase Cloud Messaging before. You can check the previous FCM tutorial from the below link. Android - Gradient Radius as percentage of screen size - Recalll. From what Ive tested, the % does work, but not as you expected.

android - Gradient Radius as percentage of screen size - Recalll

DONN FELKER - Lessons Learned From the Software Industry. CodePath Android Cliffnotes. Overview Gesture recognition and handling touch events is an important part of developing user interactions.

CodePath Android Cliffnotes

Handling standard events such as clicks, long clicks, key presses, etc are very basic and handled in other guides. This guide is focused on handling other more specialized gestures such as: Swiping in a directionDouble tapping for zoomingPinch to zoom in or outDragging and droppingEffects while scrolling a list You can see a visual guide of common gestures on the gestures design patterns guide. Usage Handling Touches At the heart of all gestures is the onTouchListener and the onTouch method which has access to MotionEvent data. MyView.setOnTouchListener(new OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { // Interpret MotionEvent data // Handle touch here return true; }});

Android-best-practices/README.md at master · futurice/android-best-practices. Android SDK: Using the Text to Speech Engine. This tutorial will teach you to give your applications a voice with the Android SDK text to speech engine!

Android SDK: Using the Text to Speech Engine

The Android text to speech engine still seems to be a pretty underused resource in Android apps. However, implementing it in your own applications is straightforward. There are a few potential issues and choices you need to consider, but for most purposes, the process is not a complex one. In this tutorial we jump around a bit within one Android Activity, but don't worry, the complete code is listed at the end. The aim is to give you a clear idea of the what's going on at each processing stage so that you can successfully use the function in any app. SwipeMenuListView/README.md at master · baoyongzhang/SwipeMenuListView.

Android SDK: Receiving Data from the Send Intent. On the Android platform, the Intent system allows users to share content between apps.

Android SDK: Receiving Data from the Send Intent

You can send and receive multiple types of data on Android but in this tutorial we will implement receiving either a text String or an image, displaying the received content in the app's user interface! Start by creating a new Android project in Eclipse. Choose "File", "New", "Project" - select "Android Application Project" and then click "Next". In the New Android Application window, enter your chosen Application, Project, and Package names and then choose "Next". In the project configuration window, choose your options, letting Eclipse create an Activity for you. Eclipse should create Activity and layout files for your app. Shared Element Activity Transition · codepath/android_guides Wiki. Overview Traditionally transitions between different activities or fragments involved enter and exit transitions that animated entire view hierarchies independent to each other.

Shared Element Activity Transition · codepath/android_guides Wiki

Example of such transitions are a fade transition, slide transition or the newly introduced explode transition. Shared Element Activity Transition · codepath/android_guides Wiki. Shared Element Activity Transition · codepath/android_guides Wiki. APK Studio by vaibhavpandeyvpz. APK Studio is a cross-platform IDE for reverse-engineering (decompiling/editing) & recompiling of android application binaries within a single user-interface.

APK Studio by vaibhavpandeyvpz

It features a friendly layout, with a code editor which support syntax highlighting for Android SMALI (*.smali) code files. Instructions: Make sure JAVA_HOME point to a valid JDK (JRE may not work)Point the Vendor Path in Edit > Settings to a valid folder having contents of this archiveA recommended location to extract above archive might be ~/.apkstudio/vendorYou can now start de/re-compiling Note: If you encounter any problems, make sure to check Console Output at bottom of IDE to get the output of command which was actually executed by program. Report any issues related to APK Studio here on Github. Download: Google Cloud Messaging GCM for Android and Push Notifications - Java Tutorial Blog. Google cloud messaging (GCM) is an Android platform API provided by Google for sending and receiving push notifications to and from an Android application.

This is one of the most important arsenal in an Android developer’s armory. Android Broadcast Receivers. Broadcast Receivers simply respond to broadcast messages from other applications or from the system itself.

Android Broadcast Receivers

These messages are sometime called events or intents. For example, applications can also initiate broadcasts to let other applications know that some data has been downloaded to the device and is available for them to use, so this is broadcast receiver who will intercept this communication and will initiate appropriate action. There are following two important steps to make BroadcastReceiver works for the system broadcasted intents − Creating the Broadcast Receiver.Registering Broadcast Receiver. FFT based simple Spectrum Analyzer with Source Code. I am writing this blogpost to pay homage to my alma mater... i was not at my level best to understand all aspects of Electonics & Telecommunication, the Microprocessor, the Digital Communication, the Digital Signal processing as taught by my professors... however, after so many years while playing around with different software, i understand how valuable was their contribution to make me an engineer. i remember, how important was the lesson of digital communication, and digital signal processing taught by Dr.

FFT based simple Spectrum Analyzer with Source Code

T.K.Sen... i remember how important was the lesson of Microprocessor taught by A.R.... i remember how important was the lectures of Maths during our engineering course... i remember how important were the concepts of Fourier Transformation, FFT, DFT, Laplace Transformation, Matrix algebra and Complex Algebra...Hats off to all those professors who in spite of all odds helped a small town boy see the outer world... Augmented Reality iOS Tutorial: Location Based. Learn how to make a location based augmented reality app that displays points of interest over video!

Augmented Reality iOS Tutorial: Location Based

Augmented reality is a cool and popular technique where you view the world through a device (like your iPhone camera, or Google Glass), and the device overlays extra information on top of the real-world view. I’m sure you’ve seen marker tracking iOS apps where you point the camera at a marker and a 3D image pops out. And of course, you’re probably familiar with the robotic overlays in Terminator!

In this augmented reality iOS tutorial, you will write an app that takes the user’s current position and identifies nearby points of interest (we’ll call these POIs). You’ll add these points to a MapView and display them also as overlays on a camera view. To find the POIs, you’ll use Google’s Places API, and you’ll use the AR Toolkit to show the POIs on the camera view and calculate the distance from the user’s current position.

Metaio Developer Portal. Getting Started with the Metaio SDK. There are only a few steps required to your first augmented reality app. You can develop for iPhone, Android or use Unity. Download the Metaio SDK for free If you are new to mobile development, read the Getting Started guides below for you platform Read the Tutorials If you are ready to publish your app, change the application name or integrate the Metaio SDK into your application, you need to generate an application signature. Get the developer key now. App Creation with the Metaio SDK. Junaio – Augmented Reality Browser. Welcome to the metaio Developer Portal. Develop a Complete Android Login Registration System with PHP, MySQL.

Show Loader To Open Url In WebView - Android Example. Swipe screen left , right , top , bottom. How To Make HTTP POST Request To Server - Android Example. How to send data from php to android not using json. Sending and receiving data from php with android. Sommukhopadhyay/Nirbhaya. Start [PHP for Android] PHP for Android project (PFA) aims to make PHP development in Android not only possible but also feasible providing tools and documentation.

We currently have an APK which provides PHP support to SL4A (PhpForAndroid.apk) and we're working in a manual. Irontec is the company behind this project. About this project FAQ (Frequently Asked Questions) Getting help, getting involved. Damonkohler/sl4a. Jgillich/mytracks. Android Application Development Tutorial - 1 - Download and Install the Java JDK. Android learning. Android Development Tutorial. Android Development Tutorial. Android.