Friday 17 August 2012

Android is connected to Internet Snippet

This function will return true if you can access the internet (or false if you can't). You can change the parameter being return when roaming (read the comments).


/*
* @return boolean return true if the application can access the internet
*/
private boolean haveInternet(){
    NetworkInfo info = ((ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE)).getActiveNetworkInfo();
    if (info==null || !info.isConnected()) {
        return false;
    }
    if (info.isRoaming()) {
        // here is the roaming option you can change it if you want to disable internet while roaming, just return false
        return true;
    }
    return true;
}

Popup Facebook

Hi friends,
ProIdeaClub is now coming up with android application known as Popup Facebook,

First Preview for all my friends !!! Please comment on this and let us know your feedback!!!!
 

 

Thinking what it is really about, Pop Facebook same as pop-up SMS but now this application is for Facebook lovers, where you don't have visit Facebook to read all your post. You will get a popup and notification where you can comment, like,dislike, share and other all functionality of Facebook without visiting the site.
Isn't this amazing?
So friends wait till we release the Pop Facebook.
Screen shots would be soon added....
Also share your ideas on what type of features should be included and what is not to be included.
Waiting for your comments...

Thursday 17 May 2012

Wallpaper Changer

Image Image Image       Image Image

 

Want to Change Wallpaper ?

The Answer is Wallpaper Changer!!!!

Just Shaking, Unlocking Screen, or Scheduling your Phone will do the stuff, how Easy, Fast and Efficient Way is that!!!

More things that would excite you about Wallpaper Changer is that now you can select photos from Facebook and Flickr too.

Wallpaper Changer app will just do the same. Install and Select the Folder for wallpaper and forget everything. Whenever you shake your phone it will change the wallpaper for you.

Note: Long Click the Folder for Selecting.

Wallpaper Changer has many other features like change wallpaper on unlocking the screen.

Notification like

1. Vibrate on wallpaper change,

2. Notification icon in title bar for easy access to the app.

3. Adjust the shake sensitivity as per your requirement.

Most Imp.

4. Change Wallpaper on Unlocking the Screen.

5. Random Wallpaper Selection

6. Change Wallpaper on Regular Interval.

7. Start on Boot.

Wallpaper Quality can also be controlled by the user.

(HIGHER THE VALUE LOWER THE QUALITY, LOWER VALUE HIGER QUALITY)

HIGH QUALITY might take some time to change wallpaper!!!

No need to resize the images, so no space is utilized, the images are just processed for displaying as per the selected Quality.

Your Images are not Changed in any conditions.

You can preview the images using the preview button to have a view how your images would look as wallpaper.

There is no option for Landscape mode for now. So if you are looking for something like that please do not install this app.

Wallpaper Changer has added more functions like Facebook Albums, Flickr AlbumsChanging wallpaper on regular intervals, Randomly changing wallpaper.

We are surely going to add more functions like landscape mode, Picasa Albums, and many more, etc.

But our main focus is on Stability and Performance, We would really not like to integrate any feature which would ,lower the performance or stability.

Also no need to worry about rebooting your phone and turning the app On, As you can just select the option and the app will start automatically on reboot.

-----------------------------------------------------------------

Permission:

VIBRATE                               :- Vibrate Notification

RECEIVE_BOOT_COMPLETED     :- needed to start auto rotation after reboot

WRITE_EXTERNAL_STORAGE      :- Processing images for optimization, Nothing is stored on the phone or SD card.

INTERNET                            :- Send Crash Reports User Interaction is required, It will not send report by automatically.

SET_WALLPAPER_HINTS               :- Resizing the Images as per your phones screen.

-----------------------------------------------------------------

Giving Bad Reviews would not help us to resolve the issues.

As we cannot Track that. Also if the application Crashes you can send us the report to resolve it.

Or Mail us support@rultech.com for your request and issues. We will surely get back to you immediately.