We are a small, intelligent App development studio. We love "Building Amazing Apps", solving problems and cultivating strong relationships with our clients.
Password Generator App: Open Sourced
By : Shabda Raaj
Announcement:
We are open sourcing a few tools we developed recently. Here is the second one.
Password Generator Chrome Extension
Install it from chrome webstore
Here are the docs
Summary
A completely client side password generator.
What is it
Its a chrome app to generate unique passwords for each site. Depending upon the domain and a master password a unique password is generated. It doesn't need any server and everything happens on the client side.
Why?
I want to use a unique password for each website. However, I don't want to use lastpass/1password as I find their ...
more info..Todo List App: Open Sourced
By : Shabda Raaj
Announcement:
We are open sourcing a few tools we developed recently. Here is the first one.
This is a simple todo app - with the key feature that it is completely offline.
Features
- Create todo list
- Create todo
- Mark as done
- Delete
- Totally offline
Get the source or install the app.
more info..- Common testing scenarios for Django app.
- Logging in Django
- Serving static files in Django
- Two Scoops of Django: Review
- Introduction to Python Workshop on February 15th, 2013
- Easy client side form validations for Django: Django Parsley
- MoreApps - Android Library Project: Open Sourced
- Tutorial: Building a Chrome app
- Password Generator App: Open Sourced
- Todo List App: Open Sourced
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- October 2011
- September 2011
- July 2011
- June 2011
- April 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- June 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- November 2008
- October 2008
- June 2008
- May 2008
- April 2008
MoreApps - Android Library Project: Open Sourced
By : Shabda Raaj
If you have a portfolio of apps, you probably want to cross promote them.
We are open sourcing an Android Library Project to make this possible. Get the code. This provides an Activity which you can show with a Grid of your apps.
How to use it
Add this MoreAppsLibrary project(library) as a dependency in the Android Application project you are implementing.
Add the following code in your
AndroidManifest.xml:Perform an
more info..Intentto start theMoreAppsActivity; make sure toputExtra("package", getPackageName());, this ensures that ...