[Library] Dynamic Calendar Icon Generator - IDEs, Libraries, & Programming Tools

Hi everyone,
I'm very happy to publish my first library project, Dynamic Calendar Icon Generator. This library generates dynamic calendar icons based on the date selected.
This library is fully customizable and the developer can specify the original calendar icon, change font's typeface, size, position, color.
Features
Specify the background empty calendar icon
Change the typeface of both date and month
Change the size of the date and month fonts independently
Provision for saving the generated image to external storage
Supports from API level 9
Change Log
12 Jan 2015: First release
13 Jan 2015: Added support from API 9
Source Code and more details
The source code is available at Github
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"
}
Sample App
Sample app demonstrating this library is also available in Android play store
To Include in your Android Project
Add the following to your build.gradle file
Code:
dependencies {
...
compile 'com.github.sillebille:dynamic-calendar:1.0.1'
...
}
Contribution
If you like to contribute, you are always welcome. Please send feedback in case if you find any errors or issues.

Any issues or bugs? I'm very eager for feedback/thoughts

Any feedbacks or updates? Any Issues faced recently?
Thanks,
Dinesh

Related

(missed) screenshots from Microsoft

I found some original screenshots on Microsoft page:
{
"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"
}
WHAT'S UP!? what's it?
Windows Mobile notification inside my device looks different?
why?
did I missed something? or someone....
That looks nice. What's the link?
V
linked directly
I linked pictures directly, see pictures properties
@JGUI: He was probably asking for the link to the HTML page which originally embeds those images.
http://www.microsoft.com/windowsmobile/press/imagegallery/default.mspx
http://www.microsoft.com/windowsmobile/press/imagegallery/customization.mspx
Saw that when I tried finding the Windows Mobile boot splash that had the progress bar on it a while ago. Ended up not finding that one, btw... if anybody knows where that went..
Why did you actually attach the same screenshot twice?
fixed, thanks for announce
I must say it looks very appealling to me. I wonder why they're there.. Should I try to create a today theme based on it?
i think, that it is just a fake of WM5 theme.
Look at the fonts and stuff.. positions of the soft buttons text..
hmm.. i don't know.
buzz
yih.. one of those "you *could* do this with customizations... (smallprint: if you want to spend a lot of time and money fighting our API and whatnot)
Notification bubbles are just HTML, so they could be real, but it would require access to the source code, so I imagine that bit is a Microsoft only level customisation. I've not investigated but I haven't seen any way of applying a user defiend template to notifications - but as each app is responsible for the look of its own notification, I'm doubtful.
That's not to say it's not possible to hack the system to intercept notifications and re-write them.
V

[APP] Apps Inspector , 1.0 alpha 04

Apps Inspector detects frameworks used by your installed applications. Find out exactly what your apps are doing. Now you are able to know what advertising agencies or developers used in their app, and what tools they have integrated.
This is a simple Android application which detects other installed applications which appear to use known frameworks and offers the user the ability to easily uninstall them and view the info.
{
"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"
}
Now it only detect , advertisement framework
AdKnowledge
AdMob
AdSense
AdWhirl
Amobee
Burstly
Cauly
GreyStripe
InMobi
Inneractive
JumpTap
MDotM
Medialets
Millenial
MobClix
MobFox
MOcean
MoPub
OneRiot
Papaya Offers
PontiFlex
Quattro
Smaato
Vdopia
Zest
TODO :
Optimized the code
List sorting
Speed up loading
Menu
About Section
App Info
and lastly UI designing
Uses Permissions :
None
I'm looking for someone that willing to develop/give a fork for this app.
To developer :
You are allow to download/view the source code and make any changes because this app still need alot of improvement and I'm not good in Java still.
and also do let me know if you find any bugs or have any suggestions.
NOTE : Yes, I'm aware of Addons Detector but this app will be open source and will have no airpush or advertisement in this app and also this app will be continue develop by you (the community) and improvement being made.
Click here to fork this on Github
or
Download
Download link

[APP][1.5+] Android Resource Viewer v0.0.6

This application will list all public and private Android resources (i.e. resources located under 'android.R.*' and under 'com.android.internal.R.*') for the current device.
If the resource is a drawable or a colour the background colour of the list can be changed to see how it looks next to a different colour.
This app used to be called "Android Drawables".
This is not a drawing app.
Probably only useful to developers
No ads.
Export will be added in the next version (or feel free to fork and do it yourself )
Guides on how to access the resources:
http://mpigulski.blogspot.com/2011/03/accessing-comandroidinternalr-resources.html
http://www.anddev.org/tinytut_-_get_resources_by_name__getidentifier_-t460.html
WARNING: Internal resources (anything under 'com.android.internal.R') are not guaranteed to be in all devices/android versions.
Do not reference them blindly in your application or it will crash on untested device configurations.
Its MUCH safer if you can find and copy the resource into your application from [ANDROID_SDK]/platforms/[API_LEVEL]/data/res/
Changelog
v0.0.1: First public release.
v0.0.2: Changed icon, minor bugfixes, added copy functionality.
v0.0.3: Code cleanup, now compiles against v14.
v0.0.4: Added other resource types.
v0.0.5: Changed application name, resource types are now automatically enumerated.
v0.0.6: Resource list in now alphabetically sorted.
Permission Explanation
No permissions needed.
Acknowledgements
Original icon by OCAL (http://www.clker.com/clipart-style-paintbrush.html).
All logos are the property of their respective owners
Licence
Licensed under the Apache Licence 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
Links
Market link: https://market.android.com/details?id=aws.apps.androidDrawables
Webpage: http://aschillings.co.uk/html/android_resource_viewer.html
Github: https://github.com/alt236/Android-Drawables---Android
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"
}
|
|
|
|
|
|

[APP][BETA][v0.8.1] Boxing Score Card - BritBoxing

Hello All,
I would like to show you all my first published app for android. This is for any boxing fan out there that likes to score a match themselves as then watch it.
- common thing to do when watching boxing for big fans.
It is currently in beta and so I still have some functionality to add to it and clean up some pages but in general it works with the main features needed.
This app is for Android 2.1 and up
Features:
Add Matches with dates and Round Count
Score each round as it happens
Easily change scores at a later date
Remove matches
View list of all saved matches
See Score totals
Planned features:
Get Latest Matches from online
Backup data online
Share data across devices
Current Issues
Deleting match doesn't provide warning dialog
Awful Logo!
{
"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 from Google Play
Changelog
0.8.3
-Solved serious layout issues in the app due to incorrect apk published as version 0.8.1
-Improved layout of add match screen
-Added Confirm dialog on deleting of matches
0.8.1
- First Release on play store
Seems in my rush to publish last night I put up a very dodgy apk file which was a broken version. Should all be fixed now with a slightly improved layout among other minor fixes
C&C very much welcome, would love to hear feedback from everyone
Nice mate, grabbing now!
Now if only you could stop Arum fixing scorecards.
Do you go on boxrec?
Sent from my GT-I9300 using Tapatalk 2

[CLOSED] [APP] Weargram, an unofficial Telegram client for WearOS

{
"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"
}
Unfortunately, last year Telegram decided to remove the official Telegram app for Wear OS from Play Store forcing users to install the old application(with some compatibility problems with notfications, stickers and media). When I started developing Weargram I wanted to create an app functional, modern and simple to update. This was possible thanks to TDLib(Telegram Database Library) and Jetpack Compose for Wear OS. Thanks to these powerful tools I can easily keep the app updated.
Current features:​
Standalone app (Smartphone app is not required)
Creating a new chat
Send and receive voice notes and text messages
Receiving images
Explore users profile
Channels, group and Supergroup supported
Notifications
Features under development:​
Send/Receive Stickers and GIFs
Receive Video Notes
Animated Emoji
Layout and performance improvement
Auto-download and more settings
Archived chats support
Localization
Improved notifications
The app will have a small price and will be published soon.
@Fra078 Are you up to creating a browser app for WearOS that would be somewhat useful considering that the majority of the current ones in the Playstore are close to being useless as useless can get?
Made an account just for this post, can't wait!
Thread closed. @Fra078 Please check your PM inbox. Thank you.
-Regards: Badger50

Categories

Resources