Monday, December 7, 2015

Android App Development: Tips and Tricks

This blog talks about some useful tips while building an Android Application


  1. How to make your application run using internet

    Add this to your AndroidManifest.xml just before the <application> tag.
    <uses-permission android:name="android.permission.INTERNET"/>

Oracle SaaS: Publishing a List of Values Source for ESS Job parameters

This post describes about how you can publish a List of Value source in Oracle SaaS. This is primarily done to define an LOV for an ESS job...