Monday 10 March 2014

Alert Dialog When User Press Back Button

Override  the following method  of Activity to add Key event into Android Application.


   @Override  
 public boolean onKeyDown(int keyCode, KeyEvent event) {  
   if ((keyCode == KeyEvent.KEYCODE_BACK)) {  
     AlertDialog.Builder alertbox = new AlertDialog.Builder(HomeActivity.this);  
     alertbox.setIcon(R.drawable.info_icon);  
     alertbox.setTitle("You Want To Exit Programm");  
     alertbox.setPositiveButton("Yes", new DialogInterface.OnClickListener() {  
       public void onClick(DialogInterface arg0, int arg1) {   
         // finish used for destroyed activity  
         finish();  
       }  
     });  
     alertbox.setNegativeButton("No", new DialogInterface.OnClickListener() {  
       public void onClick(DialogInterface arg0, int arg1) {  
           // Nothing will be happened when clicked on no button   
           // of Dialog     
      }  
     });  
     alertbox.show();  
   }  
   return super.onKeyDown(keyCode, event);  
 }  

Monday 17 February 2014

Whatsapp on Desktop Computer

Now you can use whatsapp from your computer.

 
Android App player for window and Mac

 

Not only whatsapp but all the application that supports android phone. Bluestacks is the software that helps you to support android application on your computer. Bluestacks is the platform where you can install android application

 

    Bluestacks for Mac os

 

Bluestacks for windows.

Saturday 15 February 2014

Excellent Wireframing Tools for Mobile

Planning and wireframing your mobile website or application is an essential part of a successful design process. It can help save you money (on design and development costs), expand initial ideas, build structure and functionality and effectively gather invaluable early feedback.We have gathered 20 of the best tools for wireframing mobile websites and apps, each of which offers a unique set of features.
  1. Indigo Studio - Rapid, interactive prototyping
  2. Mockingbird - Wireframes on the fly
  3. Simulify - Interactive, shareable wireframes, mockups and prototypes
  4. Solidify - Create clickable prototypes
  5. Lovely Charts - Diagramming app with desktop and mobile versions
  6. ForeUI - Easy to use UI prototyping tool
  7. Creately - Realtime diagram collaboration
  8. JumpChart - Architecture, layout and content planning
  9. Lumzy - Mockup creation and prototyping tool
  10. Concept.ly - Convert wireframes and designs into interactive apps
  11. Frame Box - Easy, simple wireframing
  12. Realizer - Interactive presentation prototypes
  13. Cacoo - Diagrams with realtime collaboration
  14. Mockup Builder - Super-easy prototyping and mockups
  15. Appery.io - Develop cross platform mobile apps fast
  16. Mockup Designer - Basic wireframing tool hosted on GitHub
  17. ClickDummy - Turn mockups into clickable prototypes
  18. Mockups.me - Create and present interactive UI wireframes
  19. Mockabilly - iPhone mockups with genuine iphone behavior
  20. RWD Wireframes - Wireframing tool for responsive layouts
  21. Blocks - Create annotated HTML prototypes
  22. UX Toolbox - Create, document and share wireframes and prototypes 
  23. Framer - Modern prototyping tool
  24. xiffe  simple tool to convey your app idea

 Web

  1. Mockingbird – Wireframes on the fly
  2. Simulify – Interactive, shareable wireframes, mockups and prototypes
  3. Solidify – Create clickable prototypes
  4. Concept.ly – Convert wireframes and designs into interactive apps.
  5. ClickDummy – Turn mockups into clickable prototypes
  6. Creately – Real time diagram collaboration
  7. Lumzy – Mockup creation and prototyping tool
  8. Cacoo – Diagrams with real time collaboration
  9. Mockflow – Great design tools and collaboration services for designers
  10. Mockup Designer – Basic wireframing tool hosted on GitHub
  11. dub –Denim – DENIM is an outgrowth of the original SILK project, a pen-based sketching tool for designing user interfaces.
  12. fluidIA  – A free open source project for prototyping open source projects.
  13. Justinmind – Nice wireframing platform for web and mobile apps.
  14. UXPin – It puts everything to your fingertips but is a costly tool.
  15. RWD Wireframes – Wireframing tool for responsive layouts
  16. Gliffy – Drag & Drop from library to anywhere on page, creating wireframes easily.
  17. Wireframe.cc – Free tool for creating quick mockups.
  18. Pencil Project – This is a free and easy to use open source tool for creating GUI prototyping.
  19. Wirify – Converting web page to wireframe is just a click away with wirify.
  20. Axure RP – Premium wireframe tool for detailed wireframe creation.
  21. PowerMockup – Convert power point to wireframe.
  22. JustProto – Premium tool with drag and drop feature to create highly interactive prototypes.
  23. FlairBuilder – Premium tool for easy creation interactive wireframes.
  24. WireframeSketcher – Instantly creates wireframes, mockups and prototypes for desktop, web and mobile applications.
  25. Serena Prototype Composer – Build simple, high fidelity prototypes that look like the real thing.
  26. Balasmiq – You can come up with a design and iterate over it in real-time in the course of a meeting.
 Have we left out your favorite wireframing tool? If so, please share your recommendations with other readers in the comments. 


Friday 14 February 2014

Capture android phone screen Video recording without root


Desktop app to control an android device remotely using mouse and keyboard. Should work on Windows/Linux/MacOS with any android device. 

 Installation

  1. Install the android sdk (download here)
  2. Connect your device through USB cable and ensure it's detected with "adb devices"
  3. Make sure you have Java Runtime Environnement 5 or later installed
  4. Click HERE. You can launch it by typing "javaws <jnlp file>" from a command line.

 Features

  1. Mouse and keyboard control FOR ROOTED DEVICES ONLY
  2. Landscape mode (right click)
  3. Video recording
  4. Basic file browser 


Start JAVA executable file
Video recording android