You just import this jar on your android application.
and you have to write the very less code for operation you always perform.
like
Eg:
For RecordAudio , just write
ra=new RecordAudio();
ra.start("checktest");
For stop recording;
ra.stop();
Features
- Record Audio with: RecordAudio ra=new RecordAudio(); ra.start("checktest");
- Set Wallpaper with : SetWallpaper sw=new SetWallpaper(); sw.setit(MainActivity.this, iv);
Follow Android Library jar
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Android Library jar!