Use this style , declare in manifest
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Transparent" parent="android:Theme">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:backgroundDimEnabled">false</item>
...
Tuesday, October 8, 2013
October 08, 2013
Transparent Activity Android
Friday, September 27, 2013
September 27, 2013
What is Hadoop?
Hadoop is an open source software framework which allows distributed processing of large datasets across clusters of computers using simple programming model.
Hadoop is a platform designed to solve where we have large data.It is designed from single server to thousands of machines and each...
September 27, 2013