[Q] Where can I find android art for my app? - Android Software Development

Is there any place to find some android artwork for my app? I guess at the most basic level, I'm looking for the green android dude.

Here's a hefty compilation of some Android pics!
http://tinyurl.com/6xgl4k9
Also, if you haven't had a chance to check it out, Google has an app called Androidify, which lets you create your own android-ish avatars.
Hope that helps!

www.google.com/images
devient art..

Related

Developer looking for artist (icon)

My Android project is well underway, it's about 60% done. I just need to tie the pieces together and do a lot of testing.
I realized however that my art skills are terrible, my icons in my app look like clubbed monkey drew them so I wonder if there are any artists out there interested in getting their name on a project.
I don't plan on selling my project but I will be publishing it on the market.
I'm open on icon design, would need option menu type icons as well as app specific icons but since I have no artistic style I'm open to suggestion.
Will be able to give copy of alpha app once we discuss the work required.
Anyone interested? Would like to see some prototypes of your work. The icons MUST be your own, no image piracy.
I'm a designer and would possibly be interested in helping out. Could you PM me and let me know what you're app is about?
Hate to burst your bubble Home, but to OP....just Google "Free Android Icons". You may be able to find some you can use.
Google provides templates for icons which makes icon design a lot easier.
Google for "Android Icon Design Guidelines"

Looking for Dev Partner(s)

I know java, but I'm new to android. I like to learn things by diving right in so I came up with an idea for an app and am in a little over my head atm. I'm looking for experienced/inexperienced persons interested in developing/learning.
My idea seems simple enough:
It's a playlist creator / music playing app with a unique UI.
The app is in landscape mode and the left half is the music library and the right half is a playlist. Drag-n-drop songs from the library to the playlist. I haven't seen anything like this and think it would make a great app for parties/playlist junkies.
Let me know if you're interested.
I'd like to contribute to UX/UI/Graphical design if you need me, PM/email me (V[email protected])
Very possible. Trying to get the logic stuff done first before theming.
My app BlueMuze does something similiar to this already. It's a playlist and bluetooth music file sharing app. I should tell ya too, I had planned something like this for the tablet version. Currently it uses a multiselect UI for selecting songs, and a DragAndDrop UI for arranging them in separate activities.
I'd link to it but not sure I'm supposed to, since it's a for-profit app. Though, there's a free trial you can check out to see what you're getting into. It's on the Android Market so it should be easy to find.
Anyways, while I'm not going to partner or give away source code I think I can help you with tips and pointing you in the right direction.
I'd say the first place to begin is to understand ListViews and ListAdapters.
Second, I would go into the Android Source at kernel.org and look for the music package. There's a class in there called TouchInterceptor.java (that probably should really be named DragAndDrop) that should help you understand a bit how they did it in the stock music player.
Needless to say there are errors and inefficiencies in that code that you'll want to figure out.
Anyways, hope that helps get you started and please feel free to have a look at my app and to post questions as you go along.
cheers
Hello,
I have some experience with android views, drag & drop, databases. I like your idea, I would love to have a player that feels like amarok on my phone.
I imagine that this is a for-profit app and if so I would like to hear the details about this part. The amount of people involved, how they will be divided, if you are planning on releasing an ad supported version as well, etc.
Send me a pm with this info or a mail to [email protected] and I´ll think about it.

[REPO] The library thread

Hello everyone,
Based on the release of the new forums here, and the seemingly enthusiastic response, I have decided to create a repository of libraries that are useful to Android developers.
Libraries:
AChartEngine : This is a library that lets you make and display all kinds of charts, from line to bar to scatter charts. A very good solution, should you need charts.
Uses: Well... Charts!
Made by 4ViewSoft.
ActionBarSherlock: This library will help you in maintaining an easy-to-use and consistent UI across all version of Android above 2.1.
On Android 3.0+, it will use the native ActionBar, and below that, a backport of the 4.x native ActionBar has been used. Note that this is not needed if you want to target APIs that support the AB natively.
Made by Jake Wharton.
aFileChooser: The basic version of Android File Chooser, it features somewhat less graphical hints about, for example, your current folder, but does provide a somewhat cleaner UI.
Uses include a simple file chooser for opening a file from a specific folder.
Made by Paul Burke.
android-hybridchoice: A ListView that lets users open a single list item, while also letting you select one or more other items. This way, you can (for example) view a mail while selecting others to throw away, instead of having to do that separately.
Uses: Making any app with items that have detailed info in a ListView that can be changed.
Made by Kiran Rao.
android-lockpattern: A library for you to include a lock pattern in your app. It was adapted straight from Android source code, and is very useful for keeping data secure.
Uses: Root apps, apps with sensitive data or other apps that could hurt one's phone.
Made by Hai Bison.
Android FileChooser: Helps you in letting the user select a file. A visual GUI is made available to you and the user, through which the user can navigate to select a folder.
Use cases: A file explorer, a downloading action, moving/copying files, etc.
Made by Hai Bison.
Android Maps Extensions: A library that extends a number of Google Maps API v2 features. It features things like marker grouping, where it won't display individual markers when there's a lot of them together.
Can be used in an application with a Maps View, to make it clearer and easier to understand.
Made by Maciek G
Android Proxy Library: This lets you provide an easy and better (than Google's) solution to the Android Issue 1273 (OF DOOOOOOOM!). It allows you to easily get the proxy settings of an Android device.
Uses: You know, getting the proxy settings.
Made by Marco Pagliari.
BetterPickers: A cool library that implements the Android 4.2 Clock time picker for you to use in your own apps as you please. It is a very nice way to keep your app Holo-themed, and it continues the push for a consistent UI in Android.
Among others, uses include clock and calendar apps.
Made by Derek Brameyer.
Build.prop Tools: A library to get access to the properties in a device's build.prop, which include its codename, Android version, CPU name and others.
Uses: Having to edit or otherwise get access to certain build.prop entries in your app, for example to display system info.
Made by Jonathan Haylett.
Cieo: A library that lets you animate text. It is currently in very early Alpha stages of development, but does work.
Uses: Word games, for example Hangman, where you can add a little extra to make it more dynamic.
Made by Igor <LastNameUnknownException>.
DroidParts: This library helps you add the most used parts of Android apps without problems. It can help you add a number of more complicated parts that have been modded to be simpler, like an ImageFetcher and an improved ASyncTask.
Uses: Just about every app can do this. Easier everything!
Made by Alex Yanchenko.
droidText: A PDF creator library. Should you need to create a PDF easily, this is the library you want!
Uses include parsing user input and saving it to a PDF file for later use, or to send (i.e. via email).
Made by Markus Neubrand.
EventBus: This helps you tie together Activities, Fragments and background threads. It eliminates the need for overly complex listeners and interfaces, to make your life a lot easier.
Uses: Apps with background threads, Activities and/or Fragments working together.
Made by Markus Junginger.
FlipView: A FlipBoard-like animation to use for scrolling. Give your app a little extra eye candy, when you have multiple pages to scroll through.
Uses: News readers and other apps that separate content into clear "pages".
Made by Emil Sjölander.
GAST (Great Android Sensing Toolkit): A library to help you use an Android phone's internal sensors. It will help you control many sensor, including NFC, the camera and the accelerometer.
Uses: A diagnosing app, or one that uses certain sensors for controlling an app feature.
Made by Greg Milette and Adam Stroud.
GoogleDateTimePickers: TimePickers done right. A beautiful replacement for Google's standard DatePickers and TimePickers, It is designed with the Holo style in mind, and makes it much, much easier to select the date and time of your liking.
Uses: Letting the user pick a date or time, e.g. when setting an alarm.
Made by Mirko Dimartino.
Hansel And Gretel: This allows you to visually display the Fragment Stack. When you open a new Fragment, it is added to a 'tower' of Fragments, from which you can also pop (remove) the top one. This library allows you to visually represent that Stack in your app.
Uses: If, for example, you travel through multiple Fragments within one Activity, you can show which Fragments the user has gone through.
Made by Jake Wharton.
HoloEverywhere: A library that backports the Holo UI design to earlier Android versions (like ActionBarSherlock does for the ActionBar). It uses the Android 4.1 Jelly Bean assets and makes them usable on Android versions 2.1 Eclair and up.
Uses: An application that needs Holo on all platforms it runs on. Be aware that it might disrupt the UI consistency for the user, so think about that before including this in your app.
Made by Sergey Shatunov and Waza_Be.
Inscription: For displaying information about your app to the user. It contains a ChangeLogDialog and a WhatsNewDialog, where the former displays more detailed information (version numbers, etc.) than the latter.
Useful for showing a dialog after the user updated your app, without having to write too much code.
Made by Martin van Zuilekom.
JacksonInFiveMinutes: A library to help in parsing and processing JSON, offering different ways to do so: A streaming API, a tree model and data binding.
Of course, you can use this anywhere to parse JSON data (Twitter apps, for example).
Made by Tatu Saloranta (?).
JazzyViewPager: Makes it easy to add a nice effect when changing pages with a ViewPager. Easily done: just add it, change some references and pick an animation!
Uses: Spicing up your app's animation portfolio, when using a ViewPager.
Made by Jeremy Feinstein.
ListViewAnimations: An easy way of animating your ListView items easily and nicely, to give your app that little bit extra.
Uses: To spice up any ListView that needs more fancies.
Made by Niek Haarman.
NumericPageIndicator: A ViewPagerIndicator 'plug-in' that lets you easily display which page you're looking at. For example, show "page 2 of 20" at the bottom of the page.
Uses: Letting the user know which page they are on.
Made by Manuel Peinado.
OrmLite: A library that simplifies database interaction in Android apps. It is designed to work with multiple database systems, including SQLite and MySQL.
Uses: Database creation, management in Android. Various DB systems supported.
Made by Gray Watson.
osmdroid: An almost full, free replacement of Google's MapView. It includes numerous functionalities, like a number of on- and offline tile sources.
Uses: To add a map to your app, and easily use functionalities surrounding it.
Made by a number of non-disclosed awesome people!
PDFViewer SDK: A free PDF viewer library that works well. However, it does have a watermark on the screen, and you'll have to pay to remove it.
Uses are obvious: Building all kinds of PDF viewers!
Made by GEAR.it.
PlayView: This helps you in creating a Google Play-like style in your UI, by extending the CardsUI library (which can be found in the PlayView thread).
Good to use in an application where you want a nice smooth UI, with a modular and changeable look and feel.
Made by Androguide.fr and GadgetCheck, among others.
ProgressButton: A nice library that shows you the progress of a download in the same button that you press to start the download. See Google Music for a working example.
Comes in handy when there's a list of items to download, and you want to facilitate easy downloading and keeping tracks of those downloads.
Made by Prateek Srivastava, based off of Roman Nurik's examples.
PullToRefresh: Expand a Listview (multiple versions are supported) with the ability to refresh its content upon pulling down at the top.
Uses include social media clients, lists of other network-based updated items (orders, for example).
Made by Chris Banes.
Remote Metadata Provider: Get system information about, for example, which music is playing on your phone. This could help you implement lockscreen music controls for your app.
Uses: Lockscreen music controls, for example.
Made by XDA member Dr.Alexander_Breen.
RoboSpice: A library that makes long-running asynchronous tasks easy. For example, it offers caching (very useful for orientation changes).
Uses: Any app that implements an ASyncTask, especially when it is a bigger and longer-running one.
Made by Octo Technology.
RootTools: This library will make it very easy for you to gain superuser access and execute commands based on that. This way, you can, for example, move and replace files anywhere on the system.
This is especially handy when you are making a sort of backup app, or when you need the ability to do things that aren't possible without root access.
Made by Stericson.
ShowcaseView: This is a library that lets you highlight certain areas of the screen. Just like the Android launcher on first launch (or YouTube), it will allow you to tell the user how to interact with what, and what it does.
Uses: Clarifying certain UI elements and their purpose to the user.
Made by Alex Curran.
SlidingMenu: This lets you include a menu that slides into your app from the side, like the YouTube app has it. There, you can add a whole hosts of options and actions that don't fit or belong in the ActionBar. SlidingMenu also lets you customise the menu. The new Android supportv4 library version, revision 13, also has a basic version of this.
Uses: Menus with additional items, like channels in the YouTube app, shortcuts to your app's settings, etc.
Made by Jeremy Feinstein.
Spring For Android: A library that helps you integrate some features easily. For example, it can simplify using REST in your app.
Uses: Whenever your app needs REST of auth support.
Made by GoPivotal.
StandOut: A library that enables you to make your apps float! Basically, you can make any app you want float. Look in the thread for numerous examples!
Useful when you are making an app that is also used parallel to other apps, like a calculator or note taking app.
Made by Mark Wei.
StickyListHeaders: This is a great way to help you order alphabetised lists in a clear and very recognisable way. The current letter which you are scrolling through will be shown at the top of the screen, for as long as the first letter of the top item on the screen starts with that letter.
Use cases are, for example, scrolling through songs, email addresses, names and articles.
Made by Emil Sjölander.
Sugar ORM: An easy way to use SQLite libraries in your app. It takes away some of the more complex and annoying tasks of database management.
Uses: Managing and querying SQLite databases in your app.
Made by Satya Narayan.
UpdateChecker: This library is a quick and easy way of making sure that users know about updates to your app. It will show a Dialog every 5 times (by default) the app is launched, informing of an app update being available in the Play Store.
Uses: Making sure people update your app. It is handy in just about every app.
Made by Pietro Rampini.
ViewPagerIndicator: This library emulates the multiple ways of showing tab locations without using the ActionBar. This can be used to replicate the Play Store, older Google+ versions, launcher-like indicators and more!
This library is always handy when using tabs, but without wanting to, for example, sacrifice too much screen real estate to use the ActionBar.
Made by Jake Wharton.
Sites, etc. collecting libraries:
Android Libraries provides a big list of libraries for all sorts of tasks, including graphics engines.
Android Snippets is a collection of little snippets of code to help you in navigating some commonly (and less commonly) seen challenges in Android development.
Android UI Patterns for all kinds of UI libraries, with a nice app to go with it.
AndroidKickstartR is a web-based tool for quickly starting an Android app, including a number of (library) options to help ease some of the pain of adding extras. Fair warning: this seems to include older versions of some things, double check the generated project.
AndroidViews for multiple nice UI-based libraries that help make your app look and work awesome!
DevAppsDirect is an app with examples of libraries. Test without setting up a whole new project!
ramdroid77's Google+ community for GitHub-based libraries.
Libraries for developers: A nice little app that has a collection of libraries available to developers.
Also make sure to spread the word about and contribute to this repo!
Have fun,
bassie1995
very helpful thread! thanks mate
roottools is also a very helpful library: http://code.google.com/p/roottools/
nikwen said:
roottools is also a very helpful library: http://code.google.com/p/roottools/
Click to expand...
Click to collapse
Forgot that one as a big one. Shame, since I used it . Will add in a sec.
Sent from my Nexus 7 using Tapatalk HD
I used this library to include a file-chooser in my App:
https://code.google.com/p/android-filechooser/
Click to expand...
Click to collapse
and forked this, that acts basically the same:
https://github.com/dentex/aFileChooser
Click to expand...
Click to collapse
xda_dentex said:
I used this library to include a file-chooser in my App:
and forked this, that acts basically the same:
Click to expand...
Click to collapse
I shall be including this later today. Thanks for contributing!
bassie1995 said:
I shall be including this later today. Thanks for contributing!
Click to expand...
Click to collapse
You're welcome!
Also the other project seems valid. If you want, point to the original repository.
The main difference is that it stays on the standard sdcard only, by default.
I also found a really good site with cool libraries: http://www.androidviews.net/
I'm sure I will want to include some of them.
xda_dentex said:
You're welcome!
Also the other project seems valid. If you want, point to the original repository.
The main difference is that it stays on the standard sdcard only, by default.
I also found a really good site with cool libraries: http://www.androidviews.net/
I'm sure I will want to include some of them.
Click to expand...
Click to collapse
Yep, I'm including both. Also, AndroidViews is already mentioned at the bottom of the OP .
Sent from my Nexus 7 using Tapatalk HD
bassie1995 said:
...AndroidViews is already mentioned at the bottom of the OP
Click to expand...
Click to collapse
Oops... Sorry.
Sent from my GT-I9100 using xda app-developers app
I'm running a community on G+ about Android libraries hosted on github. Tons of stuff in there:
https://plus.google.com/u/0/communities/100609058582053363304
ramdroid77 said:
I'm running a community on G+ about Android libraries hosted on github. Tons of stuff in there:
https://plus.google.com/u/0/communities/100609058582053363304
Click to expand...
Click to collapse
Nice, will include the link in OP.
I was going to mention androidviews too; a very handy site. There's also a handy little app out on the Play store called Android UI Patterns (free), which is basically an app with quite a few libraries built in, so you can see what they look like in action on an actual device.
And I'm not sure if I should post this, or if it should have it's own thread (paid libraries or something), but I would argue that as there are quite a few professional developers here, a compilation of good, paid, non viral licensed libraries would be a good resource. On the other hand, XDA is all about the homebrew, open, sharing community.
Anyway, whatever the mod-gods decide, I was looking for a good, cheap, non-gpl3 licenced PDF framework for the company I work for. Many frameworks were RIDICULOUSLY expensive and many open source ones were SLOW or not functional enough. In the end I found a good alternative at androidpdf.mobi . It's fully functional, affordable and they have good support. I know this may sound like an add, but I spent some time researching this, we now use it in production and figure I might save someone some time.
MacDegger said:
I was going to mention androidviews too; a very handy site. There's also a handy little app out on the Play store called Android UI Patterns (free), which is basically an app with quite a few libraries built in, so you can see what they look like in action on an actual device.
And I'm not sure if I should post this, or if it should have it's own thread (paid libraries or something), but I would argue that as there are quite a few professional developers here, a compilation of good, paid, non viral licensed libraries would be a good resource. On the other hand, XDA is all about the homebrew, open, sharing community.
Anyway, whatever the mod-gods decide, I was looking for a good, cheap, non-gpl3 licenced PDF framework for the company I work for. Many frameworks were RIDICULOUSLY expensive and many open source ones were SLOW or not functional enough. In the end I found a good alternative at androidpdf.mobi . It's fully functional, affordable and they have good support. I know this may sound like an add, but I spent some time researching this, we now use it in production and figure I might save someone some time.
Click to expand...
Click to collapse
I have seen and used Android UI Patterns, forgot to include it.
About the licensed libraries/technologies, maybe that's a good divide for this thread. Not between UI and functional libraries, but between paid and free? Don't think there are many paid libraries for daily use, though?
If you can link me to the PDF parsing library you used, I will be including that.
Also, everyone, updates are a little slow due to school work. Hardest exam that's yet to come is on Monday, will update it probably that afternoon (my time zone ).
Sent from my Nexus 7 using Tapatalk HD
The pdf library is found at androidpdf.mobi.
You can d/l the sdk and use it for free; you pay to get rid of the watermark on each page (the fee is per application, though).
I have come across some paid UI widget libraries (coverflow type things etc). It took me a while to adapt existing OS code to achieve the same kind of effect, so sometimes, if it's the right price, it's more effective to buy these kinds of things...
AChartEngine is a good one for charts and graphs http://www.achartengine.org/
MacDegger said:
The pdf library is found at androidpdf.mobi.
You can d/l the sdk and use it for free; you pay to get rid of the watermark on each page (the fee is per application, though).
I have come across some paid UI widget libraries (coverflow type things etc). It took me a while to adapt existing OS code to achieve the same kind of effect, so sometimes, if it's the right price, it's more effective to buy these kinds of things...
Click to expand...
Click to collapse
tmka said:
AChartEngine is a good one for charts and graphs http://www.achartengine.org/
Click to expand...
Click to collapse
Thank you both. I hope to be updating the OP tomorrow.
Sent from my Nexus 7 using Tapatalk HD
StandOut is a great library to create floating app :good:
Hello everyone,
I'd suggest also DroidText, for creating PDF files
Tiwiz
ciao99 said:
StandOut is a great library to create floating app :good:
Click to expand...
Click to collapse
That looks awesome, I think I'll try it myself
tiwiz said:
Hello everyone,
I'd suggest also DroidText, for creating PDF files
Tiwiz
Click to expand...
Click to collapse
Nice, a PDF creator! I'll take a look and add it.
To everyone: Sorry for not updating, exams are busting my nuts right now . I'll try and get some more in there today or tomorrow .
Sent from my GT-I9300 using Tapatalk 2
With the exams over and spare time at 1:44 AM, I'll update this again with all the suggestions from this thread. I'll add more "external" ones later.
EDIT: Done!

WAIL Beta — Android last.fm scrobbler now Open Source!

Hello guys. About half a year ago I created WAIL Beta — last.fm scrobbler for Android with pretty good and simple UI.
But I just have no enough time to provide support to it, so I decided to make it Open Source.
I am writing here with little hope, that xda developers can help WAIL app.
Little description of Last.fm: it's a service for those, who love music. Main feature — scrobbling, when you send information about playing tracks to the last.fm and service stores it and give you recommendations based on scrobbled music.
Main features of WAIL Beta:
Catching broadcast intents from Music Players and scrobbling playing music information
Updaiting #nowplaying on last.fm
Offline support (WAIL will send data when network will be available)
Minimalistic Holo UI, looks good on Android L too
Sound notifications feature
App architecture:
WAIL — What am I listening
1) Main part of the WAIL — WAILService, it handles info about music track states and decides what to do (scrobble, update #nowplaying and more)
2) BroadcastReceivers — they catches information from Music players on your Android device and send it to the WAILService
3) SQLite database with tracks info, it allows WAIL to work offline. WAILService periodically checks it
4) UI — all UI based on fragments, Main Activity supports tablets
Main features for future:
Support for RemoteClientController. It will allow WAIL to support about 90% of music players, because it's a common API from Android to work with media apps. For example, your lockscreen uses RemoteControllerClient to show and control playing music.
Showing current playing track on the Main Screen, many users does not understand what's going on at the moment, is WAIL catching something or not
Notifications in the status bar about scrobbling, #nowplaying updates and so on
Settings for control scrobbling in different types of network (mobile, wifi)
You can easily suggest your features in issues list on the GitHub!
Who could be interested in helping WAIL?
Serious Android developers, who want show their skills and help Android App Open Source project
Android newbies, developers who want to become more skilled in Android Development. I suggest you to create or take small issues and send pull requests with implementation.
WAIL users, who is also Java or Android developers and want to fix/change or add something to the WAIL
If you decided to help WAIL Beta app:
Thank you from me and WAIL users!
I created small WIKI with git commits styleguides, git flow on the project and styleguides about source code and resources, please check WIKI on the GitHub page of the project (I can not attach links at the moment)
Yep, succesfully merged pull requests from you will be deployed to the Google Play, to real users!
I will be project maintainer, I will check pull requests and help WAIL as developer at my free time
GitHub repo: http://github.com/artem-zinnatullin/android-wail-app
Also app can be found on the Google Play (WAIL Beta).
It is fully non-commercial.
You can ask questions about app or something else in this thread!
Use this app for a long time. Like it more than other lastfm scrobblers: it's easy to use, it's not buggy, it had a lot of features that other scrobblers don't have
Good luck to you, artem_zin and hope that community will like it too
Have a way to WAIL Beta work with MixZing or it has no compatibility with this player?
You'd better write to developer in cornments on Google play. He always give a quick reply
Thanks for this great App.
Now i can back to scrobble my music on CM13 phone.
Simple Last FM scrobbler wont work because stupid permission.
But this App work perfect and smoth
Kurajmo said:
Thanks for this great App.
Now i can back to scrobble my music on CM13 phone.
Simple Last FM scrobbler wont work because stupid permission.
But YouTube App work perfect and smoth
Click to expand...
Click to collapse
I also tried this and it seems very useful, will get back to this thread if I find any bugs or errors with the services
kalakala said:
I also tried this and it seems very useful, will get back to this thread if I find any bugs or errors with the services
Click to expand...
Click to collapse
Yup this App work perfect on my phone with cm13.
Stupid last FM official app is to heavy, and simple last FM scrobbler wont work.
Will no one ever pick this up and update it? Not that we really need one, but I'm sure last.fm will **** up their system sometime in thr future and this will require scrobblers to update.
voshchronos said:
Will no one ever pick this up and update it? Not that we really need one, but I'm sure last.fm will **** up their system sometime in thr future and this will require scrobblers to update.
Click to expand...
Click to collapse
It would be nice if it worked with Apple Music on Android, for starters.
I still cant see this fantastic app in my country store (Poland, cant write comment)
Not working for Apple Music for Android. There is no app available for Apple Music
I think the app needs to require notification access to get to scrobble Apple Music tracks. Is there any way to implement this option ?
Hey, found a little bug with the Samsung Music app on my S8. Wail can´t detect the title of the playing track, it always scrobbles things like Metallica -null
just took a look, it scrobbles as now playing to last.fm (with title and interpret), but last fm wont save the scrobble. Working great on poweramp
Will you add a feature to upload your data to Libre fm?
it keeps crashing on Nougat (samsung a5)
Wont work on Huawei Honor 4c stock Android 6.0
Simply not scrobble anything from any music player. I use AIMP from Play Store
Any news about this app? Its really handy for last.fm users
it's a shame to see this app not updated because it used to work great for me
Sent from my SM-A520F using Tapatalk
it still works on my Xperia Z LineageOS 14.1 nightly builds.......
but love to see it updated.
alternative: Pano Scrobbler
Huawei Y6 Slim OS 7
Android 7.1.2
Not work.
Alternative is Scrobbal for last.fm
Has anyway been able to successfully import this to android studio lately?

json2view - Update native Android UI on the fly

Hey guys,
today we are releasing an internal tool called json2view as open-source and we'd love to hear your thoughts or see your contributions.
Basically, json2view is a simple library that can convert a compatible JSON file into an Android view so you can load dynamically the view in your Android app without the need to update the APK.
This removes the hassle of updating, re-compiling and uploading the APK to Google Play everytime you want to make small or big changes in the UI.
You can check the Github repo:
https://github.com/Avocarrot/json2view
Cheers,
George
That is so damn cool!
orangemak said:
Hey guys,
today we are releasing an internal tool called json2view as open-source and we'd love to hear your thoughts or see your contributions.
Basically, json2view is a simple library that can convert a compatible JSON file into an Android view so you can load dynamically the view in your Android app without the need to update the APK.
This removes the hassle of updating, re-compiling and uploading the APK to Google Play everytime you want to make small or big changes in the UI.
You can check the Github repo:
https://github.com/Avocarrot/json2view
Cheers,
George
Click to expand...
Click to collapse
how do i use this to make a keyboard
Awesome idea!

Categories

Resources