We provide complete mobile and web apps development solutions

Tuesday, October 8, 2013

Transparent Activity Android

 
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>
    <item name="android:windowIsFloating">true</item> 
    <item name="android:windowBackground">@android:color/transparent</item> 
  </style>
</resources>
  
or use 
 
  android:theme="@android:style/Theme.Translucent"
Download sample code here

Friday, September 27, 2013

What is Hadoop?

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 will offer computation and storage.

Hadoop library itself detect the hardware failures.

The Hadoop project includes the following modules:

1. Hadoop common
2. Hadoop Distributed File System
3. Hadoop YARN
4. Hadoop MapReduce


Best Android Back up Apps


 


Backup and Restore

Features :

Auto Back up on installation
Back up apps to Sdcard
restore apps from Sdcard
send apk file by email
Show storage usage
Multi version back up



Online Training

Your Name :
Your Email: (required)
Your Message: (required)

Powered by Blogger.

Recent Posts

Find Us On Facebook

Popular Posts