Friday, November 27, 2015
Wednesday, November 4, 2015
Real Web Designing
Web design means a lot, but for whom!!! This is how the designers work and developers finish their work..
Labels:
funny-web-developers
Monday, October 19, 2015
Circular reveal animation on dialog in android
Defining Custom Animations
Animations in material design give users feedback on their actions and provide visual continuity as users interact with your app. The material theme provides some default animations for buttons and activity transitions, and Android 5.0 (API level 21) and above lets you customize these animations and create new ones:
Thursday, October 15, 2015
Using android.support.design in android
Android Design Support Library
With a little help from the new Android Design Support Library, Google bringing a number of important material design components to all developers and to all Android 2.1 or higher devices. You’ll find a navigation drawer view, floating labels for editing text, a floating action button, snackbar, tabs, and a motion and scroll framework to tie them together.Thursday, October 1, 2015
Transitions in android
Shared Element Activity Transition
Traditionally transitions between different activities or fragments involved enter and exit transitions that animated entire view hierarchies independent to each other. Example of such transitions are a fade transition, slide transition or the newly introduced explode transition.
Many times, there are elements common to both activities and providing the ability to transition these shared elements separately emphasizes continuity between transitions and breaks activity boundaries as the user navigates the app.
Traditionally transitions between different activities or fragments involved enter and exit transitions that animated entire view hierarchies independent to each other. Example of such transitions are a fade transition, slide transition or the newly introduced explode transition.
Many times, there are elements common to both activities and providing the ability to transition these shared elements separately emphasizes continuity between transitions and breaks activity boundaries as the user navigates the app.
Friday, September 18, 2015
Android 6.0 Marshmallow due this month
Marshmallow will fundamentally concentrate on enhancing the general user experience, and will bring a couple elements like an updated authorization model in which applications are no more consequently allowed the greater part of their predefined consents at establishment time, Doze force plan for expanded battery life when a gadget is not controlled by the user, and local backing for unique finger print acknowledgment.
Labels:
android,
Android Marshmallow,
HTC,
Nexus
Tuesday, August 25, 2015
How to call REST (POST) or GET webservice from Android
RESTful Web services: The basics
Representational State Transfer (REST) has gained widespread acceptance across the Web as a simpler alternative to SOAP- and Web Services Description Language (WSDL)-based Web services. Key evidence of this shift in interface design is the adoption of REST by mainstream Web 2.0 service providers—including Yahoo, Google, and Facebook—who have deprecated or passed on SOAP and WSDL-based interfaces in favor of an easier-to-use, resource-oriented model to expose their services. In this article, Alex Rodriguez introduces you to the basic principles of REST.for more info click here .
Friday, August 14, 2015
Broadcast receivers in android
Broadcast Receiver
Class Overview
Base class for code that will receive intents sent by sendBroadcast().
LocalBroadcastManager instead
of the more general facilities described below. This will give you a much
more efficient implementation (no cross-process communication needed) and allow
you to avoid thinking about any security issues related to other applications
being able to receive or send your broadcasts.Thursday, August 6, 2015
Change status bar color in android
You can customize the look of the material theme according to your brand identity with a color palette you control. You can tint the action bar and the status bar using theme attributes
The system widgets have a new design and touch feedback animations. You can customize the color palette, the touch feedback animations, and the activity transitions for your app.
The material theme is defined as:
Wednesday, June 3, 2015
Implementing PayPal in android
For implementing PayPal in your android app ..firstly you need PayPal lib ,import PayPal lib into your project .You should have a paypal account ,as we need PayPal API key to use PayPal.(You will get all instructions here -->https://developer.paypal.com/docs/classic/mobile/ht_mpl-itemPayment-Android/ )
Subscribe to:
Posts (Atom)
Don't lose faith when you see others receive answers to their prayers
An elephant and a dog became pregnant at same time. Three months down the line the dog gave birth to six puppies . Six months later the ...
