[APP] Quotes n Jokes - Android Apps and Games

Hey everyone,
to make myseld more familiar with some of the new HC/ICS features (ActionBar, Fragments, ViewPager, etc...) i made a new app.
This time is it something to make you laugh or kill boring hours waiting for something - "Quotes" (not the final name)...
Before i'm going to publish this in the market i want to give you the opportunity to give it a try and provide feedback if you want to.
I'm looking forward to all your feedback!
The APK is attached to this post (package name already reserved in market ).
Click to expand...
Click to collapse
Since there weren't any bug reports or other issues i am releasing the app to the Android Market
Get it via this link:
https://market.android.com/details?id=de.goddchen.android.quotes
or the QR Code
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Some background info:
The backend is done with Google AppEngine + Jersey (RESTful webservice).
All the quotes are saved in the AppEngine datastore.
The app aggregates the view counts of all views in the internal SQLite database and submits those aggregated values once every day (to prevent massive write operations on the AppEngine datastore).
Ratings are submitted instantly.
The app has an auto update feature which will be executed once every day by default (interval configurable and you can also turn it off completely). This update process retrieves only those quotes that have been changed since the last update. They are transmitted with a GZIP compression to save your bandwidth!
Goddchen

Nice app, tested on my sgs2 running 2.3.5
Tho the first load took a while
Sent from my GT-I9100 using xda premium

yes that's normal on first launch. it downloads all the data. You can configure the interval of auto updates in the settings (or disable it if you prefer manually updating the data).

Published

pushed an update this morning (0.1.1) that fixes a bug with viewcount submission...

My two favourite things in one app! I'll give some feedbacks soon.

haha very funny app, thanks!

Related

Usefull Tool for Android developers.

Hello world!
As a developer, i know that you have always wanted to see all the comments of your applications.
This is quite difficult with android market, because you can only browse data in the langage of your phone.
With appstats, you will be able to browse all the comments of all langage ( 6 for now) and know what people think of your application.
My application was buggy last month, but now all is OK and you can browse now all the informations you want.
Please consider leaving good comments, because after the problems last month, i see my application loosing it's precious stars.
Click for full size - Uploaded with plasq's Skitch
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello, i just rewrited the application with an API and I do not depend on other website.
This app is now working alone and pretty fast.
I will continue working on it, feel free to send me feedback!
Note:
I am connecting with a dummy email adress and I don't know how Google will accept that, maybe this account will be blocked soon, I don't know how does Cyrket, androlib and all website make their connection, but I hope I won't have problem.)
So maybe my app won't work in a few days!
No feedback? O know that the app stopped working for month and I lost all my stats in the android market, but I have now 800 active users and still no feedback and my ratings on the market didn't change for month?
Please tell me if something wrong happen while I will be working on the UI.
New update in the Market: allow you to see the total number of rating and some bugs corrected.
Still no feedback
Please tel me something about this app...
It looks nice, how do I add a bookmark? BTW, you have this bug, when loading the comments and changing ur phone orientation to landscape or portrait you get a force close.
The easy solution is to add this to that activity:
android:configChanges="orientation|keyboardHidden"
This happens also when searching for an app.
Hope this helps. Another thing is that the comments loading takes some time, it would be cool if this would be faster if possible.
Nice Tool.
Why is it limited to the last 10 ratings per language?
PS. There is a typo when choosing the language. (it says: Choose your langage)
Please add more languages and make number of comments configurable. Otherwise it's a useful application.
Would be also nice to have optional background periodic updates with notifications. Google translation on comments tap would be cool feature too.
Pity there is no source available, I'd fork it otherwise and add the features I need plus more cleaner UI.

Encrypter Decrypter - My second Android app

Encrypter Decrypter is my second Android app. Again, this is a simple app but does what it needs to do perfectly.
Encrypter Decrypter - My second Android app
This app can convert your text in a reasonably secure text.
Note: Saved files are saved in /sdcard/EncryptorDecryptor/Encrypted_Texts
Compatibility: Android 3.0 (Honeycomb) and above
------------------------------------------------
Features:
- Encrypt and the encrypted text is directly copied to your clipboard
- You can directly share the encrypted text too using Email, Facebook, WhatsApp, SMS, etc.
- For large text files, the files can be opened using a file manager and the encrypted text can also be saved to text files (This is the reason why the read and write permissions are required by the app)
- The new Tabbed UI (swipe-able tabs)
Please check it out. I hope you like it.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD - Dev Host​
And I'm sorry for the large screenshots. Didn't knew they appear this way on XDA.
text
Seems nice, but you need to add a more strong crypto
AbhishekS said:
And I'm sorry for the large screenshots. Didn't knew they appear this way on XDA.
Click to expand...
Click to collapse
droopyar said:
Seems nice, but you need to add a more strong crypto
Click to expand...
Click to collapse
Certainly. But my primary aim as always was to learn something new. I try learning new things and implement them.
I know Java pretty well, but I'm new to Android and it's APIs. So building a strong crypto would meaning working more on the Java part, whereas I wanted to spend more time getting hold of the 'Android part' of the programming.
Usually I take up 4-5 new things to learn per day, and if possible implement them together to build a simple app. But seeing the good response my friends and family are giving me on this, I may look forward to building up a stronger crypto. Can't completely ignore building up basic algorithms!
Sent from my Galaxy Nexus using Tapatalk 2

[APP][3.0+][FREE] Light Notes

Hello everyone
Do you mind, if i show you my first real android app which i created in the last few days/weeks?
The name is Light Notes. It is a simplistic, minimalistic and fast note taking app.
It's focus is the simple design and it's functionality. No long menus, no loading times, no
unnecessary stuff! Just simple and elegant.
Here are the main features of Light Notes:
Colorized notes: Categorize your notes by color
Sort notes by color, creation or last edited date
Pin notes to the statusbar to never forget anything again
Backup notes to the sdcard
Import your backups on any device
Auto backup your notes
Share your notes directly from the app
Export notes as standard txt files
Minimalistic holo design
Also, have some screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(there are more in the play store, or why dont you just download the app and see it for yourself?
it looks better on a real device anyway )
I would appreciate it, if you have a second or two to check out my app and maybe leave a rating or a comment, or
post here what you like and what you dont like. Also don't hesitate to let me know about feature requests
I already have some more features planned to release in the newxt few versions.
Currently the app is available in English and German. If you want to help me to translate Light Notes to
other languages, i would be more than happy.
Anyways.. You can grab my app over at the google play store (it is free)
(click)
Thanks for reading and checking out Light Notes! It means a lot to me
Release notes
1.0.0 (2014-04-13)
first public release to the playstore
anyone? :/
i've released an update to the app.
This fixes a little bug on Nexus 7 devices
So, what differentiates this from Google Keep?
Sent from my Nexus 4 using xda app-developers app
I downloaded this for the statusbar note displaying functionality, and it's good although I'd be incredibly happy with it if there was an option to remove the icon in the status bar whilst still keeping the notes in the pulldown
Thanks
Looks nice, will try soon!

[APP][4.0+] PixelBomb Beta - Create awesome glitch art

View attachment 2936335
Update 9/20/14: Implemented some features a lot of people were asking for:
GALLERY VIEW - view, share, and delete your images from directly within the app.
RECENTS VIEW - quickly switch back to frequently used images
Some minor UI tweaks and bug fixes. New icon!
Update 9/15/14: I've just released an update that should fix the FCs on pre-4.4 phones!
Hi guys, first time I've posted on XDA in a very, very long time.
I've just released PixelBomb Beta. PixelBomb is a pixel sorting app, the only one for Android as far as I know. What is pixel sorting? This is pixel sorting:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It's a method of rearranging pixels in an image to achieve a cool glitchy effect, pioneered by Kim Asendorf. Check out reddit.com/r/glitch_art and reddit.com/r/pixelsorting for more, if you're into it.
I actually released this app a few days ago, and today released an update that improved speed by a factor of 25. Java be slow, C be fast.
Anyways, if you want to check it out, please do, here's a video (warning: music) if you want to see how it works.
Download here: Play Store link
I'm here to answer any questions, feature requests, etc.
Questions about development? Ask away.
Need help? Ask.
It is still in Beta, there are still some crashes occurring out in the wild, so if you get one, please let me know ASAP! Speak up on here, or use the feedback button in the app. I'm doing my best to make this a really great app, I'd love to have feedback from the community,
Thanks for looking. :good:
The $0.99 price tag on the Pro version is not going to last much longer - the app is almost out of beta! Snap it up while you can still get it for cheap!
Get PixelBomb Pro Beta on Google Play
In free version is not possibile work with photos from sdcard.
Moto g5 xt1541 6.0.1 stock patch 12-2016

[CLOSED][APP][v1.2][Material UI] Unlock History

Description
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please note that this is the free version of Unlock History. Purchasing the full version supports further development of Unlock History and is truly appreciated.
https://play.google.com/store/apps/details?id=com.dhruv.unlockhistorypro
This new app secretly checks and show all successful unlocks, apps used and the duration for which the device was used so you can check if someone else was using the phone, making your android smartphone more secure.
It is also a great tool for parents to monitor the phone usage by the child, or one could spy on their friend's phone as this app works silently.
The feature to set password makes sure that only you can check your device's record.
The complimentary widget not only looks good but also makes it easier to view the last unlock.
Main Features:
- Option to set password.
- Material UI
- Silently checks usage and shows no notifications.
- Automatically starts when the phone boots.
- Older usage data get cleaned up regularly if configured.
- Consumes very less battery.
- Very light weight tracking mechanism.
Mod edit: Broken DL link removed.
Info
dhruvdangi said:
Description
Concerned about a friend using your phone, here is a solution.
This app will show all successful unlocks and the duration for which the device was used. The complimentary widget makes it easier to view the last unlock.
Play Store: https://play.google.com/store/apps/details?id=com.dhruv.unlockhistory
Click to expand...
Click to collapse
Good Idea
But When my Friend can unlock my phone it can Delete history of this app
+
:Suggestion:
Add Option to Set Password for your app (When Opening your app).
Or at least when Deleting History.
:good:
Expect more features in the next update
Geeks Empire said:
Good Idea
But When my Friend can unlock my phone it can Delete history of this app
+
:Suggestion:
Add Option to Set Password for your app (When Opening your app).
Or at least when Deleting History.
:good:
Click to expand...
Click to collapse
Thanks
Expect this and alot more features in the next updates.
dhruvdangi said:
Expect more features in the next update
Thanks
Expect this and alot more features in the next updates.
Click to expand...
Click to collapse
So why was the app pulled from playstore? And can you share source code?
@dhruvdangi
Apparent abandoned thread closed. Please PM me if you wish to reopen it with a working DL link.
-Regards: Badger50

Categories

Resources