Library: Universal and Standardized Functions for Cloud Storage (Github) - IDEs, Libraries, & Programming Tools

Hey guys,
We've just recently released an Android Development Library, up on Github at https://github.com/CloudRail/cloudrail-si-android-sdk/. This tool allows you to use the same functions across differnet cloud storage sercices, so for example upload() works in exactly the same way between Google Drive, Dropbox, OneDrive, and Box.
Would love to get your thoughts on if this is useful to you.
Kind regards,
Luke

Related

[APP][PRJ] MyDVD Collection - a Barcorama companion

Hey guys,
I'm delving into PPC development for the first time (have done other development in .NET but never for PPC). I'm creating an application called MyDVD Collection. It will be a handheld database for keeping track of DVDs/CDs/Console games. Now, what's going to make mine a little different than others like this is that I have designed it to work in conjunction w/ Barcorama. Basically, you'll be able to set this program as the external executable which Barcorama passes its scanned barcode to. It will then check your collection to see if you already own it, give you the ability to add it if it does not exist, and will eventually pull information from the Internet about that item and auto fill (as soon as I find a reliable way to do that).
So far, I have the basic database structure defined and have the screen built to view the items in the database, as well as a way to filter that view. Next is to build the entry form for adding items, and a basic search function. I should have an alpha version ready for testing soon. If anyone is interested in testing, please let me know.

Need some information on build in eReader

I recently switched to a new rom that has a build in eReader tab. The rom I use is the ChuckyRom.
There are no sample books in the library and everything is empty. The strange thing is that I can't find any information on how to use this app. Can someone please help me with some of the questions I have.
1) The most important question for me is how to get my ebooks into the system. Where should I upload them to. There has to be a folder in the system where I should put them, I have no idea where
2) The second question I have is how to use the Borders and Adobe Accounts. I have both accounts, and I see that there are no free books at borders. Are there any free books at adobe?

Wordpress intregration?

Needed information: -Currently I working on an my first app (besides Hello World) for a club that I am in on campus.
-I want to display the news feed of a closed group in a small window- but I have been lead to believe that I would need to make an app on Facebook.
-My current "solution" would be to link up the group with Wordpress and use Wordpress to displayed a "window" in the app.
-I am using Eclipse ( since netbeans lacks a gui editor)
- any other solutions need to be as basic as possible on the front end. Any possible president in the future would need to be able to work with it, and updates need to be kept easy to follow with or without much computer skills.
-help would be appreciated.
Background: -Originally I was going to display a window of the twitter feed from the app-and I found that twitter has a library to work with.
-Other app features are a calender that would be synced with one that the President works with.
-There will be a set of "themes" within the app for the members customization.
-I am new to developing and coding. I come from the world of designing and audio editing. I have been studying on my own, but have had little hands on. With the twitter I was able to find a tutorial that both walked me through and explained the concepts.

Edit Samsung apps within Evernote

Hi,
One of the most useful things I was hoping for with my Note3 was the ability to write, doodle and brainstorm on the phone when I am lonely in the pub. Evernote let's me share notebooks and can be so useful. However I, or clients, can't edit these notes within Evernote (computer or by phone) instead they are saved as JPEGs, or even PDFs which I can't edit.
I'm a graphic designer and web developer and have always had a real note book (paper) with me for such occasions and the Note has always appealed massively for being able to digitize and share my notes stuff on the fly.
I don't really care if it's S Note, or another app (I like Notes Mobile too) and would even be prepared to leave Evernote it gave me the sync and share options that I need.
My question is this: Has anybody found a workaround, or combo of apps that means their notes can be shared and edited (text anyway) by others on desktop and/or mobile?
OK, I thought SNote save as PDF and share with Evernote might work but it doesn't. A couple of apps will save as PSD which is kind of good but I haven't tried that out yet.
Blizzaa said:
Hi,
One of the most useful things I was hoping for with my Note3 was the ability to write, doodle and brainstorm on the phone when I am lonely in the pub. Evernote let's me share notebooks and can be so useful. However I, or clients, can't edit these notes within Evernote (computer or by phone) instead they are saved as JPEGs, or even PDFs which I can't edit.
I'm a graphic designer and web developer and have always had a real note book (paper) with me for such occasions and the Note has always appealed massively for being able to digitize and share my notes stuff on the fly.
I don't really care if it's S Note, or another app (I like Notes Mobile too) and would even be prepared to leave Evernote it gave me the sync and share options that I need.
My question is this: Has anybody found a workaround, or combo of apps that means their notes can be shared and edited (text anyway) by others on desktop and/or mobile?
OK, I thought SNote save as PDF and share with Evernote might work but it doesn't. A couple of apps will save as PSD which is kind of good but I haven't tried that out yet.
Click to expand...
Click to collapse
Have not worked with Evernote much but have found some programs (the best being simplenote) which claim they can import an Evernote file and use embedded OCR to convert the file to text based:
http://simplenote.com/downloads/
Hope this helps!

What Topic Do I Need To Tackle To Develop This Kind Of App?

The harvard university android app from google play store. (I can't seem to post any outside link yet for this account)
I want to create one for may school but I'm just starting to learn android programming, so guys I need your help on the topics that I need to study to create an app like that. I greatly appreciate any kind of comments. Cheers!
clonedaccnt said:
The harvard university android app from google play store. (I can't seem to post any outside link yet for this account)
I want to create one for may school but I'm just starting to learn android programming, so guys I need your help on the topics that I need to study to create an app like that. I greatly appreciate any kind of comments. Cheers!
Click to expand...
Click to collapse
Fragments, ListViews, JSON parsing (for communication with the web server to download news etc), Android SQLite databases (I suggest using this to store the information from the webserver locally so the app does not require a constant internet connection to view a news article for example), Google Cloud Messaging notifications, notifications, encryption.
There are lots more but these are some of the main ones. In addition I would not advise trying to copy the "look" or aesthetics of the Harvard application as it frankly looks disgusting, whoever designed that needs a course in UI design
any book suggestions?? im only studying at home and wanted to start studying android app development
m0nm0npalam0n said:
any book suggestions?? im only studying at home and wanted to start studying android app development
Click to expand...
Click to collapse
Android Application Development for Dummies and Learn Java for Android Development are 2 that I have in ebook form, though I can't say I've used them much as I don't really learn by reading books, more like looking at the source code of other apps and messing with it to see what happens
Android Application Development for Dummies goes through a wide range of topics including widgets, SQLite storage, possibly SharedPreferences (can't remember), ListView etc but does assume that you can at least follow what the sample code is doing - the sample code is commented but if you have not done any coding at all before then you probably should learn the basics of Java before reading it
Jonny said:
Android Application Development for Dummies and Learn Java for Android Development are 2 that I have in ebook form, though I can't say I've used them much as I don't really learn by reading books, more like looking at the source code of other apps and messing with it to see what happens
Android Application Development for Dummies goes through a wide range of topics including widgets, SQLite storage, possibly SharedPreferences (can't remember), ListView etc but does assume that you can at least follow what the sample code is doing - the sample code is commented but if you have not done any coding at all before then you probably should learn the basics of Java before reading it
Click to expand...
Click to collapse
thanks man! this really helps
Jonny said:
Fragments, ListViews, JSON parsing (for communication with the web server to download news etc), Android SQLite databases (I suggest using this to store the information from the webserver locally so the app does not require a constant internet connection to view a news article for example), Google Cloud Messaging notifications, notifications, encryption.
There are lots more but these are some of the main ones. In addition I would not advise trying to copy the "look" or aesthetics of the Harvard application as it frankly looks disgusting, whoever designed that needs a course in UI design
Click to expand...
Click to collapse
Thank you very much for the reply, I'm really thankful for the information that you share. Can you please clear this one for me?
I suggest using this to store the information from the webserver locally so the app does not require a constant internet connection to view a news article for example
Click to expand...
Click to collapse
clonedaccnt said:
Thank you very much for the reply, I'm really thankful for the information that you share. Can you please clear this one for me?
Click to expand...
Click to collapse
When you get data from a server to an Android app you use php for the server code - for example you can use php/mysql to run a search for calendar events in the database and return those events. Then you need to use php's JSON encode function to send the data in a JSON array.
The output should look something like this - this is the output of the calendar database for my school:
http://wgsb.cobainschofield.com/android_db/get_calendar.php (note this is not the live schools site, its the test server the guy who maintains the live site allows me to mess with err use).
You would then use a JSON parser class and an AsyncTask from within the app to "download" the content of the JSON array and then display it in a listview or textview etc.
Now obviously to get this information requires an internet connection yes? So every time someone wanted to check for an event on the calendar or read a news article for example they would need a working internet connection to receive the output of the get_calendar script, this is inefficient and bad design as it does not allow for offline viewing of the data.
Therefore what you can do is use androids SQLite implementation to create a local sql database then the first time you need to get the data from the webserver, you connect to the internet and get the output of the php script, the using the JSON parser class you store the information in the sqlite database then get the information from the database to display to the user.
By this way users can view news articles or calendar events offline and you only need to connect to the internet to refresh the information
I've uploaded screenshots in the attachments of how I've done it for my school's app.
That made it clear! Thank you very much.

Categories

Resources