[LIB] PDF417 barcode generator - Android Software Development

I've been looking for a way to generate this one kind of barcode that Starbucks cards use for mobile pay [shameless plug: click here for app] and I couldn't find any libraries that could do it on Android.
So I made one! Classes, Javadoc, and source are included in the attached jar. You may need to rename it from .zip to .jar, depending on what setup you use. (Eclipse seems to be cool with .zip)
PDF417 library for Android is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Based on a work at sourceforge.net. Contact me for permissions beyond the scope of this license.
Example:
Code:
import com.exavore.PDF417.PDF417;
ImageView view = (ImageView) findViewById(R.id.ImageViewGoesHere);
String source = "7777012345678910";
PDF417 barcode = new PDF417(source);
Bitmap someBitmap = barcode.encode();
view.setImageBitmap(someBitmap);
PDF417 barcodes look like this:
{
"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"
}

Thanks! Saved me a lot of time

Related

My.Money - FINAL BETA. Available Now

MyMoney is an exciting new product that runs on the Microsoft .NET Compact Framework. MyMoney is designed to help you keep track of your personal expenses and help optimise your spending habits. With a wide selection of default categories and the option to create your own spending categories MyMoney really does cater for everyone. Advanced features including spending pattern graphs which help you to visual identify areas where you should cut down and custom reports allow you to take a snap shot of your spending and save it.
{
"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"
}
MyMoney is currently in the final beta stages and we feel that it is ready for the public to have a go on! MyMoney is completely free and if you feel you can help towards the project or you find any problems please email me at:
Nsrkryptonic[at]hotmail.com (substitute the [at] with @)
Download the latest PocketPC build at: www.ortus-solutions.net/MyMoney.zip

CE Scripting - new tool for MortScript and PHP!

Hi,
I'd like to intoduce the new tool - CEScripting!
With the CeSripting (CES), You can edit and execute scripts written in MortScript and PHP!
For PHP, CES has set of functions to expand PHP functionality to WinCE based devices.
The CES runs on desktop PC!
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"
}
​
More details on http://ces.mdsoft.pl
I hope, You find it useful
Oh -- for a second there I thought you got PHP running on WinCe...
Nice
I'll give a try
Very nice, that can help with finding syntax errors in my poor scripting.

[APP][WIP]Android WebDav Range Scanner

I got bored, so I decided to port an old app I had coded in C#. Basically, for those who look for servers to exploit with their shells, you give a range of IP's, and it queries them to see if WebDav is enabled. I'll probably add the feature to check if you can exploit it, or even to upload the shell. Anyways, I still need to add Text Boxes for the IP ranges, and another sub item under "WebDav" for the Server Type. Here's a picture:
{
"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"
}
Any ideas, thoughts, suggestions? I'm open to anything!
--Simran
Like me on Facebook: https://www.facebook.com/SimranApps
Follow me on Twitter: http://www.twitter.com/SimranDevs
Add me on Google+: https://plus.google.com/114069302448745664287

[Library] ContextMenu - floating menu like the new Text Selection in Android 6.0

Description
ContextMenu is a floating menu which show up when user click on a view that it is clipped to. Just like the new Text Selection in Android 6.0.
Check it on Github: ContextMenu
{
"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"
}
Installation
Add this to your app Gradle:
Code:
dependencies {
compile 'com.rstudio.widget:contextmenu:0.1'
}
Declare a new ContextMenu:
Code:
ContextMenu menu = new ContextMenu.Builder(context)
.setContextMenuView(R.layout.context_menu)
.build();
Clip ContextMenu to your view:
Code:
menu.clipToView(desView);
Discussion
For more information and issues, please check this Github repo:
ContextMenu

[Library][4.1.x+]ImageListPreference[Open Source]

ImageListPreference​
Based on ImageListPreference guide at :
'http://www.cmwmobile.com/index.php?option=com_content&view=article&id=4&Itemid=12' .
ImageListPreference class by Arnab Jain. Created for Proficient Apps.
Features
Image/Icon for each list item
Option to set Rounded Images [Circle shape]
Can be created in xml and as well as in Java
Bitmap or Drawable can be used for images when created using Java
Exception handling present along with log inputs for developers to fix issues while using the Preference in their application
Requirements
Tested with APIv21 & APIv23, but will work from APIv16 onward
GITHUB
Android-ImageListPreference
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"
}

Categories

Resources