SAP In a report we can create two ALV grids in a single screen by using two Custom Container in one screen. Here we shall have a standard screen (like …
Android An push notification example using phone gap.
Android A simple example of using intent service to update gps data to the server.
Android Learn how to extract face from an image and align it for image recognition in android.
Android The Open CV library originally released by Intel has indeed come a long way and has now become a go to library for all computer vision enthusiasts and researchers . …
Android Android has a very nice mechanisim to switch the strings according to the locale. All the developer has to do is keep translated version of strings.xml in different folders …
Android The other day , I needed to explore the database file of one of my app. I though it will be a breeze as I had a rooted device …
Android In one app I was making , I needed to highlight a selected item in gridview . What I though would be a matter of selecting some …
iOS Generate the Certificate Signing Request file First you must generate the Certificate Signing Request (CSR) file, which is used by Apple to generate a signed certificate. From the Utilities …
iOS Step 1. Create a Twitter Appliation at https://dev.twitter.com/apps with the Read and write access permissions and Organization or personal website for callback url in Application. Step 2. Integrate ChildBrowser in your Project . Check this …