Posts

Showing posts from September, 2014

Photo Effects Powered By Adviary SDK

Image
Photo Effects   Powered by Aviary ( https://developers.aviary.com/docs/android ) C reate great Photo Effects of your photos. - Color effects - Light effects - Frame borders  - Crop - Contrast, brightness and saturation adjustment - Vignetting - Share with your friends with Instagram, Twitter, Facebook, Email, ...  TOTALLY FREE! Photos saved at Pictures/PhotoEffects/

Speed Check Android Application

Required XML attribute "adSize" was missing?

Image
1) Use the XML namespace  " http://schemas.android.com/ apk/res-auto ".  Using XML <com.google.android.gms.ads.AdView xmlns:ads = "http://schemas.android.com/apk/res-auto" android:id = "@+id/adView" android:layout_width = "match_parent" android:layout_height = "wrap_content" ads:adUnitId = "AD_UNIT_ID" ads:adSize = "BANNER" /> Programatically AdView adView = new AdView ( getActivity ()); adView . setAdUnitId ( "YourId" ); adView . setAdSize ( AdSize . BANNER ); final LinearLayout adLinLay = ( LinearLayout ) view . findViewById ( R . id . linear ); adLinLay . addView ( adView ); final AdRequest . Builder adReq = new AdRequest . Builder (); final AdRequest adRequest = adReq . build (); adView . loadAd ( adRequest );

Android System Information

Android System Information elaborates your phones features. Get your CPU information Phone memory Information Network Information Display information Operating System Information System Information Network operator Information/ Sim card Info Get Running Tasks/Get Running Services/Process Information Clean your memory with one click and manage your application through Application Manager.