XenoAmp² - A clean looking audio player that has it all! - Android General

Blade Runner Diaries OR The (less exciting) Story of XenoAmp 2
WARSAW,
FEBRUARY 2019​
So - I was surprised that some of the guys who commented my initial post about XenoAmp on XDA back in 2012 still lurk here (thanks cauch_y, Freak07, 39FarmallM)
When I wrote that post I had zero knowledge of Android coding and just very faint memories of Java (although back in 1995 when it was released I started learning it straight away). So really I had neither Java nor Android skills back then... What I did have was a vision of UI that I wanted to implement, and since XenoAmp is in Play for some years now, you may wonder how close the final effect was to that vision. The answer is: HARDLY AT ALL.
You see - I quickly learned (the hard way) that coding on Android isn't CODING WHAT YOU WANT, but rather HOW ANDROID ALLOWS YOU TO. But still I tried and I don't even remember how many times I fought Android and Android won, before I finally gave up trying to do things my way. But if it was the only Android annoyance I'd be a happy coder anyway, believe me. Unfortunately there are worse showstoppers: some of the things that you can find in Android documentation work only THEORETICALLY. Yes, guys! BUGS! Lots of them and surprisingly Google rarely cares about fixing them, probably being too occupied with releasing groundbreaking new features (sarcasm) and adding 1 to Android version every month. So imagine your app behaves badly and, after hours of scratching your head and thinking why your code doesn't work, you stumble across Android bug report filed in 2010 with countless comments like this:
Hey guys! Will it be fixed in 2011?
I wonder the same thing...
...
Hello, the bug still exists in Android n in 2012!
Me too!!!
Me too!!!
Me too!!!
...
Who's first in 2013?
...
It's 2014 and it is still not fixed?!
...
Shame on you Google in 2015!
Shame!
Shame!
...
C'mon it's 2016, why does this bug exist?
Click to expand...
Click to collapse
And so on...
But that's not all! After you rewrite broken Android classes with 1000s lines of your code, your app stops working or crashes because of WONDERFUL (sarcasm) NEW FEATURE INTRODUCED IN NEWEST ANDROID. Your app literally keeps breaking by itself!
But coming back to my vision of UI, after so many years it's obvious it wasn't worth it! People just prefer to do things the way they are used to, which I of course knew from the very beginning, but hoped most of them are at least as adventurous as I am and try new things nevertheless. Well - very few do (and most of them liked XenoAmp UI), but the rest had a hard time using Xeno, because it just didn't work as they expected.
So, after seven years of Android coding and becoming a Kotlin expert (Java's not fun anymore) I'm giving you this very conservative, dull and following-all-Android-UI-conventions XenoAmp2.
So let's take a tour!
XDA:DevDB Information
XenoAmp², App for all devices (see above for details)
Contributors
ssuukk
Version Information
Status: Alpha
Current Beta Version: https://www.androidf
Created 2019-02-14
Last Updated 2019-03-18

Application Tour
1. Home tab
View attachment 4705988
Shows recently played tracks (including streaming radio stations!) and playlists.
2. Favorites
View attachment 4705989 View attachment 4705990
As you remember from previous XenoAmp, any container can be added as a favorite. Be it your network neighborhood, 8Track feed, album on Spotify, playlist on Subsonic, directory on SMB server, Trip-Hop tracks, tracks by Thin Lizzy and so on. You can switch tile view to row view if you prefer it that way.
3. The Music
View attachment 4706009
Good old music sheet is still there. If you don't know it from previous XenoAmp - it's a configurable matrix view that allows you to display your collection by selecting what is visible in rows and columns. This particular screenshot shows album artist in rows and albums in columns. But you can configure it to show i.e. year and genre.
4. The new context menu
View attachment 4706010
Long touch track or tile anywhere in XenoAmp and this thingy pops up. Colorful chips allow you to jump to separate pages showing only tracks from particular genres (green), album (purple), artist (blue), similar artist (yellow) - see example in 6. There are more chip types, depending on entry (i.e. users in 8Tracks or Spotify).
5. Playlist view
View attachment 4705993
Allows track reordering and expanding your knowledge! If you clicked a tile in sheet view you can pull this list left and right to see other tiles in the row
6. Category view
View attachment 4705994
This usually shows up if you click any of the colorful chips. Of course clicking any of the bands will bring you to yet another category view.
7. The browser
View attachment 4705995
The good old browser, nothing changed there. For new users: everything XenoAmp can play is part of one, large filesystem. So here you can find and list your Android device, UPnP, SMB servers, Subsonic, 8Tracks and other music services.
8. While Playing Screen
View attachment 4705996View attachment 4705997View attachment 4705998View attachment 4706000
A whole bunch of them! Long touch the cover to switch between four layouts:
a) small with thumbnail-like image (nice choice of colors for MOS 6581, XenoAmp, btw!) and boring standard controls
b) middle with whole cover visible and boring standard controls
c) big with cover filling whole screen and boring standard controls
d) big with standard XenoAmp wheel menu that some of you enjoyed
9. Lyrics
View attachment 4706001
I guess it needs no explanation
10. Equalizer
Nothing fancy here, besides the usual room correction for loudspeakers and audiogram-like test for headphones.
The technology
So this time I'm not fighting Android, during these years I learned to live with it peacefully. XenoAmp2 uses Google ExoPlayer 2 and all the goodies (and limitations) that come with it (one of them is probably there will be no Spotify support this time!). All used components and libraries are bleeding edge.
I'm planning on adding different skins that will not only change colors, but in some cases look of the whole views shown above. XenoAmp2 was written in a very skin-friendly way from the very beginning.
Unfortunately many of cool features (like i.e. nice transition animations) are supported only since Lollipop and on older Androids your XenoAmp2 experience may be different.
Misc info
It's far from being finished!
It's sure full of new bugs, as it is practically written from scratch!
Xeno Radio Station directory server is down for everyone. I'm looking for a new home for it.
Currently it asks on start for read access to your files as this is required to read ALL the tags from files, even those not supported by Android normally. For very paranoid - I might change it in the future to stick just to tags available in Android, but it's not a high priority right now.
A few first releases here will probably crash a lot due to ProGuard messing with classes it shouldn't mess with. We'll fix that as we go.

test

@ssuukk very interesting little writeup
I don’t develop any apps so I can’t really comment on how it feels to design the app around androids limitations.
But when I started kernel developing I experienced the same. You have to find your way around how android is working and try to just get the best out of it!
thanks for all the continued effort, for never abandoning this project , for all the teasing regarding XenoAmp² and for the wonderful app you provided us all to use! It’s been a long and rewarding journey! You can be really proud!
Now if you’d just post a little alpha build to test after all that teasing :angel:

Where is the alpha download? The one in the playstore is from January.
I tried using this several years ago, but could only get it to work sometimes. It was mostly because I used Google play music (but don't anymore - my music is dl'd into my phone now). Good luck with it. :good:

I can't wait to see it
Sent from my Nexus 6P using XDA Labs

Glad to see that you are still in the game ssuukk!

All - sorry for delay, but as with everything Android - there are dragons ahead.
Currently I can't run the app in release mode
And that is after I spent a day wondering why it doesn't install at all in release mode
So there's still some wait I guess...

OK, guys. Take it for a ride (or instant crash maybe?)
https://www.androidfilehost.com/?w=files&flid=20714
SOME INFO:
it's not optimized, I wonder how slow it will be on older phones...
DON'T go to sheet while XenoAmp is syncing for the first time, since the view is live (and unoptimized...) it will be non responsive when it is trying to update several times a second...
When browsing SMB filesystem you won't get prompted for password, so go into prefs (on home tab) and enter your passwords first if your network doesn't use anonymous (guest) accounts
PROBABLY will not install with XenoAmp (the original one ) installed

Is it called ap-debug.apk? Interesting title.

ssuukk said:
OK, guys. Take it for a ride (or instant crash maybe?)
https://www.androidfilehost.com/?w=files&flid=20714
SOME INFO:
it's not optimized, I wonder how slow it will be on older phones...
DON'T go to sheet while XenoAmp is syncing for the first time, since the view is live (and unoptimized...) it will be non responsive when it is trying to update several times a second...
When browsing SMB filesystem you won't get prompted for password, so go into prefs (on home tab) and enter your passwords first if your network doesn't use anonymous (guest) accounts
PROBABLY will not install with XenoAmp (the original one ) installed
Click to expand...
Click to collapse
@ssuukk crashes when opening on pixel 3 xl. Log attached.
https://del.dog/qipopixipu
edit:
Logcat can be found here:
https://drive.google.com/file/d/1notS0emLs6MAMD6SI7c5nZKPvjmSc69S/view?usp=drivesdk

Freak07 said:
@ssuukk crashes when opening on pixel 3 xl. Log attached.
https://del.dog/qipopixipu
edit:
Logcat can be found here:
https://drive.google.com/file/d/1notS0emLs6MAMD6SI7c5nZKPvjmSc69S/view?usp=drivesdk
Click to expand...
Click to collapse
Heee, heee, that's what I was talking about. Fresh AndroidX bug:
https://stackoverflow.com/questions/54708366/addfontweightstyle-nosuchmethodexception-on-textview
Sorry. They will probably fix it ni 2049...

ssuukk said:
Heee, heee, that's what I was talking about. Fresh AndroidX bug:
https://stackoverflow.com/questions/54708366/addfontweightstyle-nosuchmethodexception-on-textview
Sorry. They will probably fix it ni 2049...
Click to expand...
Click to collapse
Oh no
Though there are a few fixes proposed on that site? :angel:
Edit:
it works on my htc U12+ which is still on android 8.0.
I’m digging the scrolling animation when browsing my music folder
Album art isn’t displayed correctly though!
But overall it’s very nice for a preview! I like the concept!

Freak07 said:
Oh no
Though there are a few fixes proposed on that site? :angel:
Edit:
it works on my htc U12+ which is still on android 8.0.
I’m digging the scrolling animation when browsing my music folder
Album art isn’t displayed correctly though!
But overall it’s very nice for a preview! I like the concept!
Click to expand...
Click to collapse
Could you elaborate about album art? Normally album art is downloaded in the background so it should pop eventually. Lots of albums = lots of searching, downloading etc.

ssuukk said:
Could you elaborate about album art? Normally album art is downloaded in the background so it should pop eventually. Lots of albums = lots of searching, downloading etc.
Click to expand...
Click to collapse
It resolved itself it seems. I think I had a included album art in the folder of the album. Seems like it downloaded the album art now that I opened the app again to check.
previously when playing the album the “now playing” screen showed a black tile where the album art should have been. Although the “list” where I could view all songs of the album had the correct mini “tile” on the left of the song’s title.
Do you understand what I try to describe?

Freak07 said:
It resolved itself it seems. I think I had a included album art in the folder of the album. Seems like it downloaded the album art now that I opened the app again to check.
previously when playing the album the “now playing” screen showed a black tile where the album art should have been. Although the “list” where I could view all songs of the album had the correct mini “tile” on the left of the song’s title.
Do you understand what I try to describe?
Click to expand...
Click to collapse
Yeah. That's because someone some time ago wanted album covers to be sepatate from track covers...

ssuukk said:
Yeah. That's because someone some time ago wanted album covers to be sepatate from track covers...
Click to expand...
Click to collapse
Aaaah, I see a lot of new chrashes. I'm fixing them right now.

ssuukk said:
Aaaah, I see a lot of new chrashes. I'm fixing them right now.
Click to expand...
Click to collapse
I uninstalled Xeno1 and installed Xeno2. It wouldn't open. I tried a few times. I didn't have time to relearn how to generate a log. I'm on a OnePlus 6.

39FarmallM said:
I uninstalled Xeno1 and installed Xeno2. It wouldn't open. I tried a few times. I didn't have time to relearn how to generate a log. I'm on a OnePlus 6.
Click to expand...
Click to collapse
Use logcat extreme to get a logcat.
https://play.google.com/store/apps/details?id=scd.lcex
Go to logcat section.
Choose clear logcat, then reproduce the issue with xeno amp, go back to logcat app and save the logcat.
Then upload it anywhere and post it here
Pretty easy! Takes 2 minutes

Did it work?
There should be a logcat file attached to this post.
It didn't...
---------- Post added at 06:36 PM ---------- Previous post was at 06:21 PM ----------
Still not getting it...
https://www.dropbox.com/s/ecto8yhqkpc9t8p/2019-02-26_12-19-27.log?dl=0

Related

[APP] TubeRun: the all-inclusive London transport app

Hi all,
I just finished writing the first version of TubeRun for Android. TubeRun is a London transport app that aims to present the most important data that TfL offers in a single app. My motivation for writing it was the low quality of similar apps found in the market. Typically they offer only a single important feature (eg a journey planner, a good map, bus departures) but they omit the others forcing you to install multiple apps which seldom work in a straightforward manner. In TubeRun, expect to find everything that matters so that you won't have to have 4 different similar apps installed. Features include:
-A Journey Planner that uses the TfL API for up-to-date travel plans
-Live Bus, Underground, Overground, DLR and Rail Departures
-Nearby Tube lines, Bus routes, Cycle Hire stations (with live bike/dock availability data), Rail stations, Oyster ticket shops
-Oyster Balance
-Underground Refund Claims
-The real Tube Map
-Favorites
-Current and Weekend Status Updates
-Fast ICS-inspired interface that doesn't rediscover the wheel
New: The source code of the app is available on GitHub.
I plan to add more features, and I am posting this to request your feedback on what I should add/improve next.
TubeRun is by no means perfect, however I think that it works really well already. Please, let me know your thoughts on it so that I am able to effectively improve it. My current list of TODOs for the future is as follows:
Improve the UI of the main screen (icons are the way to go). (v1.2)
Add a station chooser that uses auto complete and the current user location to void scrolling. (v1.2)
Add the ability to deactivate the backgrounds (my photography skills are not up to the task) (v1.2)
Suggest National Rail stations in the Journey Planner. (v1.2.2)
Add support for oyster accounts with multiple cards enabled. (v1.2.2)
Add tube stations status. (v.1.2.4)
In the nearby tube stations map, add the ability to show departures when clicking a station.(v.1.2.6)
Show nearby oyster ticket shops.(v.1.2.6)
Show nearby rail stations(v.1.2.6)
Fix the title for manually-entered bus stops in departures.(v.1.2.7)
Migrate to the official TfL API for tube departures.(v.1.2.7)
Add national rail departure data.(v.1.2.7)
Overhaul the departures station selector(v.1.2.7)
Add the option to download the tube map that also depicts rail services.(v.1.2.8)
Migrate to the new Google Maps v2 API.(v.1.3.0)
Make favourites sorted by current distance.(v.1.3.1)
Add nearest bus stop in favorites
Show tube/bus departure times directly inside the journey planner
Integrate data about maximum journey time (http://www.tfl.gov.uk/tickets/14872.aspx)
Support push notifications for travel disruptions
Support advanced journey planner options
Add widgets.
You may lobby for your favorite feature here and I will do my best to implement it. If you are willing to contribute with code, just PM me.
PS. If you like the app don't forget to rate it. The more people that use it, the better the chances of keeping me motivated.
Download link: Android Market
Video presentation (it's old, the app looks more Holo-ish now):
ChangeLog:
---v.1.3.2---
*Journey planner suggestions improvements.
*Minor sliding menu UI updates.
*Better support for the Galaxy S4.
---v.1.3.1---
*Favorites are now sorted automatically by distance
*Bug fixes
---v.1.3.0---
*New, hi-resolution, application icon.
*Migrated to the Google Maps v2 API. Significant performance improvements in Map views.
---v.1.2.8---
Added: added a tube map with rail lines.
New: you can delete the stored tube map by a long press in the Map section button.
Fixes: bus stop selection bug in departures.
---v.1.2.7---
Added: Overground and Rail departures
Added: Departures section overhaul
Added: Official TfL Tube departures API
---v.1.2.6---
Added: Overground support in the Journey Planner
Added: Nearby rail stations
Added: Nearby oyster ticket shops
---v.1.2.5---
Added: New sliding menu implementation
Added: Android 4.2 support
Fixes: Oyster functionality
---v.1.2.4---
Added: service messages appear on (tube/bus) departures
Added: favorites now expand on click (for seeing more than the next 3 departures)
Fixes: bus departures are now sorted by time
---v.1.2.3---
Added: JellyBean support
Fixes: Accepts postcodes without spaces
---v.1.2.2---
Added: Support for oyster accounts with multiple cards
Added: National Rail stations in the Journey Planner
---v.1.2.1---
Fixes: Journey planner suggestions background in Gingerbread
---v.1.2----
Improved: UI
Added: Content Provider (type in the Google search box for quick access to departures and to the journey planner).
Added: Autocomplete textboxes.
Added: Official TfL bus departures API.
Fixes: countless small fixes here and there.
---v.1.1.0----
Added: Nearby Bus lines
Added: Nearby Tube/Bus/Cycle Hire data on a map
Fixes: Claim submission, favorites ordering
---v.1.0.0----
First version.
wow love u work matey just awsome and tyvm just keep going with ur work and ty again
Good job bro! If I'm ever going to London again I'll take this with me ^^
Great app, shame I just moved out of London though! Would have used this otherwise.
referring this app to all of my friends. you need more downloads. App is fantastic, you just need to improve the main menu layout and give it a more ICS style feel.
Well done mate, I use it everyday
fantastic app, will pass it on to all my mates. love it when someone sets themselves a challenge and sails over the bar.
keep it up
WOW what a potential app. I would like to make a few suggestions
1. UI, this needs a rehaul? Im currently using Tube Chaser https://play.google.com/store/apps/...wxLDEsImNvbS5hbmR5Ym90dGluZy50dWJlY2hhc2VyIl0.
and it looks very well polished. You can also set it up so that it takes you to a certain menu when you launch the app. So it could take you straight to Favourites or near by stations
2. Widgets. This is what Tube chaser was missing. The first Tube app I had was London Tube Status https://play.google.com/store/apps/...s#?t=W251bGwsMSwxLDIxMiwicHRjLnRmbHN0YXR1cyJd
The widgets worked very well.
But I have to say this is a very comprehensive app but needs a cleaner look, ease of use and widgets.
Well done
Hi guys,
Thanks a lot for your kind words. I did put a lot of my spare time into this, and seeing it lagging in the area of 50-100 downloads is indeed demotivational.
ermacwins said:
WOW what a potential app. I would like to make a few suggestions
1. UI, this needs a rehaul? Im currently using Tube Chaser https://play.google.com/store/apps/...wxLDEsImNvbS5hbmR5Ym90dGluZy50dWJlY2hhc2VyIl0.
and it looks very well polished. You can also set it up so that it takes you to a certain menu when you launch the app. So it could take you straight to Favourites or near by stations
Click to expand...
Click to collapse
Yes, Tube Chaser had by far the cleanest UI. I went for the ICS+background images layout which I personally like a lot (and it required quite a lot of effort to make it 'work'). What I do lack are some nice icons for the main screen, which I guess is what turns a lot of people off on the first look. As I am not a designer (I more or less suck at photoshop), I didn't want to use some 'not quite right' icons. So I went with labeled buttons. If any of you has a suggestion for a good (+free) ICS icon pack let me know.
What I want to implement for the next version is a quick picker for stations that relies on autocomplete/location and use it thoughout the app. The current version requires quite a lot of scrolling.
As for the "take me to a specific screen", it's indeed nice. However, I think this workflow (quick information peeks) is better satisfied with widgets (see below)
ermacwins said:
2. Widgets. This is what Tube chaser was missing. The first Tube app I had was London Tube Status https://play.google.com/store/apps/...s#?t=W251bGwsMSwxLDIxMiwicHRjLnRmbHN0YXR1cyJd
The widgets worked very well.
Click to expand...
Click to collapse
Can you ellaborate a bit more on the wigdets that you need? I personally dislike widgets that require me to 'interact' with them in order to se what's new. For example, I don't think that "departures" widgets is a good idea as they will require me to always hit "refresh" to see what's new. If that's the case, I pretty much prefer to launch the app, hit favorites and stay in the clean interface of the app. I thought about doing it for oyster balance, yet I prefer the current implementation that just requires me to launch the main app. Quering servers on the background periodically or getting your location (thus depleting your battery) is something I want to avoid.
Hey,
I have just downloaded your app and I must say! I really like it. I spend a lot of time in london for meetings etc... and so this will come in very useful!
I didn't want to use some 'not quite right' icons. So I went with labeled buttons. If any of you has a suggestion for a good (+free) ICS icon pack let me know.
Click to expand...
Click to collapse
Do they have to be ICS icons? You know you can find nice icons on loads of icon sites
What I want to implement for the next version is a quick picker for stations that relies on autocomplete/location and use it thoughout the app. The current version requires quite a lot of scrolling.
Click to expand...
Click to collapse
Good idea
As for the "take me to a specific screen", it's indeed nice. However, I think this workflow (quick information peeks) is better satisfied with widgets (see below)
Click to expand...
Click to collapse
Take me to specific screen would be handy as when I use it on tubechaser, where ever I am, I would like to see nearest stations first. Its worth having I think
Can you ellaborate a bit more on the wigdets that you need? I personally dislike widgets that require me to 'interact' with them in order to se what's new. For example, I don't think that "departures" widgets is a good idea as they will require me to always hit "refresh" to see what's new. If that's the case, I pretty much prefer to launch the app, hit favorites and stay in the clean interface of the app. I thought about doing it for oyster balance, yet I prefer the current implementation that just requires me to launch the main app. Quering servers on the background periodically or getting your location (thus depleting your battery) is something I want to avoid.
Click to expand...
Click to collapse
The only thing I dont like about tubechaser is that it doesnt have departure widgets. Isnt this one of the benefits of Android, having widgets?
When I use Train Times UK for C2C times https://play.google.com/store/apps/...EsImNvbS5jcm93b3JjLm5hdGlvbmFscmFpbC5saXZlIl0.
I only use the widgets and never the app. All I need to do is hit refresh on my homescreen and that is it. Im sure you can have that the widget doesnt always update unless manually done on the screen?
I've just downloaded this and love its features. On first impressions, it looks like it's going to become my new main Tube app! The only criticisms I have with it are:
1. To reiterate what others have said about the UI on the front page - I think that some nicer looking buttons wouldn't go amiss;
2. I have two Oyster cards linked to my online account, the first of which was lost a long time ago and has a zero balance. Until there's the option to choose which card to show in the app (or TfL let you delete old cards off of their online service), the Oyster balance feature could be useless to a lot of people.
Great work though, really nice app overall.
Thanks for all the feedback guys! I am now able to start filling up my list of ToDos. Here are my current priorities:
Improve the UI of the main screen (icons are the way to go).
Add a station chooser that uses auto complete and the current user location to void scrolling.
Add support for oyster accounts with multiple cards enabled.
Add widgets.
I will add this to the first post and try to keep it updated. If your favorite feature is not quite high up, maybe I will change my mind if more people ask for it.
I have two Oyster cards linked to my online account, the first of which was lost a long time ago and has a zero balance. Until there's the option to choose which card to show in the app (or TfL let you delete old cards off of their online service), the Oyster balance feature could be useless to a lot of people.
Click to expand...
Click to collapse
Yep, I am aware of this and I added it to my todos. For the time being, I am pretty sure that you can erase cards from your online profile. The option may be burried somewhere but I remember doing it a couple of months ago and then fixing a relevant bug in the app.
papajohn said:
For the time being, I am pretty sure that you can erase cards from your online profile. The option may be burried somewhere but I remember doing it a couple of months ago and then fixing a relevant bug in the app.
Click to expand...
Click to collapse
Thanks for the heads up, I'll have another look on the Oyster site. Now if only there were an app to stop me losing cards altogether...
simick said:
Now if only there were an app to stop me losing cards altogether...
Click to expand...
Click to collapse
Pocket.apk or wallet.apk
i mostly use buses and not all bus stops are available yet (app's saying so). on the bus time table not only how many minutes left but also an arrival time information would be nice. and to be honest background photos distract me. i'm telling this to you as a user, who has tried many these kind of apps and to help you to understand what a user wants from a bus tracking app.
‬1‬ said:
i mostly use buses and not all bus stops are available yet (app's saying so).
Click to expand...
Click to collapse
I am using the 'Bus stop locations' dataset released by TfL here. It may be slightly out of date (eg released last year) but I wasn't aware of any stops/lines missing. Thanks for bringing this up. I will update the description to mention this. Are these missing stops available in other apps?
‬1‬ said:
on the bus time table not only how many minutes left but also an arrival time information would be nice.
Click to expand...
Click to collapse
I am not sure that I understand you here. Do you mean "the next bus arrives in 13.49" instead of "in three minutes"? Or maybe "buses on route 49 arrive normally every 12 minutes"? As for the second dataset (sceduled bus frequency), I do not know if it is available somewhere (and I do not think it is particullarly useful given that live information is available).
[/QUOTE]
‬1‬ said:
and to be honest background photos distract me.
Click to expand...
Click to collapse
Yep, others have told me that one before (while others quite like them). If more people feel strong against them I will deactivate them. For the time being, I think that they give a unique touch to the app.
Maybe adding a background configuration in the settings to allow users to chose either blank or image background. On/Off toggle basically. I'm about to try this app, judging by the video it seems packed with features so I'm looking forward to having it. The oyster card thing looks good, I don't want to waste time checking at the station all the time or hoping I have enough.
The buses section doesn't work very well. Maybe a compass would help to understand which way is which. I guess we can use the journey planner if we are stuck somewhere. On my road the local bus is only shown as one direction. The tube part is good though, haven't tried the oyster card thing yet.
I use BusCount for bus information, it's pretty good, maybe you would want to look at that to see how they get all the information. Just a suggestion since it's spot on.
RED_ said:
Maybe adding a background configuration in the settings to allow users to chose either blank or image background. On/Off toggle basically.
Click to expand...
Click to collapse
Let's update my todos.
RED_ said:
On my road the local bus is only shown as one direction.
Click to expand...
Click to collapse
Can you give me the route number so that I check what goes wrong?
papajohn said:
Let's update my todos.
Can you give me the route number so that I check what goes wrong?
Click to expand...
Click to collapse
Bus number is 462. It shows two buttons but both say "Departures not available. This is Tfl service so be patient". I presume that means it's a problem on their system. It works for other bus routes.

Football Manager 2012 handheld for Android

For those who like the Football Manager series for the PC, the Android version has recently arrived!
http://www.sigames.com/news/14114/Football+Manager+Handheld+makes+Android+debut
http://www.sigames.com/news/14115/Football+Manager+Handheld+for+Android+out+now
I bought it earlier and I must say...very impressive, however...it only has a lower resolution and doesn't make full use of the 1200x860 resultion for the Galaxy Note but that is being considered by Sports Interactive!
the lower res is keeping me from buying it, for now.
and its rubbish
I didnt play it yet but the resolution is just crap!!!
Sent from my N-7000 using hands...
thanks for sharing
Thank you for sharing with us, but the video isnt about FH 2012...
I agree but for $9 I expect a quality product that at LEAST takes advantage of the entire screen.... Not some half assed compatibility
Sent from my GT-N7000 using xda premium
mauaus said:
I agree but for $9 I expect a quality product that at LEAST takes advantage of the entire screen.... Not some half assed compatibility
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
Thats your right - I've done my best to ensure the game works on as many devices as possible, now the game is out we're looking to provide additional skins for devices during updates to the game.
I apologise that we couldn't get these ready for release, but to be honest we're still trying to assess which of the myriad of different devices/resolutions are the most important to support at present (I looked at automatically scaling the display to fill the screen but on a text heavy game it ended up rendering in a blurry manner and I felt it better to go with crisp text in a bordered window than give people headaches).
Marc Vaughan said:
Thats your right - I've done my best to ensure the game works on as many devices as possible, now the game is out we're looking to provide additional skins for devices during updates to the game.
I apologise that we couldn't get these ready for release, but to be honest we're still trying to assess which of the myriad of different devices/resolutions are the most important to support at present (I looked at automatically scaling the display to fill the screen but on a text heavy game it ended up rendering in a blurry manner and I felt it better to go with crisp text in a bordered window than give people headaches).
Click to expand...
Click to collapse
I really didn't mean to come off as an ass haha I hope you will support the note, it sold pretty well and has a solid following.. Lots of people mentioning the note in the si boards and in Google play reviews.
Sent from my GT-N7000 using xda premium
mauaus said:
I really didn't mean to come off as an ass haha I hope you will support the note, it sold pretty well and has a solid following.. Lots of people mentioning the note in the si boards and in Google play reviews.
Click to expand...
Click to collapse
The Note does appear to be popular and I hope that we will be able to support a HD skin for it in the near(ish) future - we're doing the utmost we can to support the game to the best of our ability and will be rolling out updates for the game as promptly as possible.
In case its of interest to people this is the current 'state of the update'' taken from the SI Games bug forum:
#3.4a - First Android Update
Improve alignment of text on dialog box (HD Skin)
Add warning if app is run on a device with inadequate resolution
Welsh Manager Performance Award Fix
Port Vale Point deduction
Fix rare issue in European comps if a minor club wins major competition
Fix for Vans Trophy issue if a conference club qualifies for Europe
Minor text fixes (grammar and translations)
Improve the manner in which players react to bankruptcy
Added apostrophe to keyboard
Fix crash if you slide out physical keyboard while scout search is happening
Improve accuracy of required storage space calculation
Fix very rare corruption of player history in long term saves
Hardware Back button now does 'back' in the game when applicable
(Please note we won't indicate any items on here until they're completed - this included new skins, so the fact that something isn't present doesn't mean it won't be done - just that its not completed at present)
I'm suprised you didn't develop for a tablet target screen and scale down. Rather than aim for the small screen and scale up. Alas though it doesnt quite fill the screen I have many other niggles with the game that irritate me a lot more than the res!
Sent from my GT-N7000 using XDA
davexeno said:
I'm suprised you didn't develop for a tablet target screen and scale down. Rather than aim for the small screen and scale up. Alas though it doesnt quite fill the screen I have many other niggles with the game that irritate me a lot more than the res!
Click to expand...
Click to collapse
I looked at that approach but found that the different aspect ratios between the various devices available made it untenable - simply put as you scaled down the text became blurry and unacceptable for reading imho.
As such the safest approach was to implement skins for various resolutions and use them, the current HD skin works on all devices - but isn't optimal for the larger tablets at present.
If you have other niggles then please by all means post away - any constructive feedback you can give will help me continue to improve the game (I like people actively complaining about my products so long as they do so in a constructive manner ...people just saying 'its great' don't help it improve as much as someone explaining what I might do to improve it).
Marc Vaughan said:
I like people actively complaining about my products
Click to expand...
Click to collapse
Well that must have come in handy over the years!
Very impressed with the level of support as always, Marc.
I will buy this but I might wait until there's a Note skin.
-
A dream piece of functionality for a handheld FM game would be drawn 'playbooks' which would be perfect with the Note's pen input - tap two points to indicate a pass, draw a line to indicate a move and scribble to tell Pav to "just f-ing run around a bit" - that sort of thing.
JolyonS said:
A dream piece of functionality for a handheld FM game would be drawn 'playbooks' which would be perfect with the Note's pen input - tap two points to indicate a pass, draw a line to indicate a move and scribble to tell Pav to "just f-ing run around a bit" - that sort of thing.
Click to expand...
Click to collapse
I LOVE that sort of concept - but its a long term thing I'm afraid, it takes time to move an application forward, especially with a small team (the FMH team across all three platforms (Android, iOS and PSP) consists of me and Richard Jones as the only developers) ... I've lots of plans in this direction don't worry (along with various sketches of how I want the HD skin to eventually look.
Please bear with me - its a long journey to where we're heading, but I hope you enjoy the ride
Marc, between the SI forums and here (probably others too) I'm surprised you find any time for development. Appreciate the time taken to improve the game.
I'd like to have the option of telling players what to do at set pieces, both attacking and defending; 'cover the far post', 'pressure the keeper', that sort of thing. Also the option to give the team a right b0llocking at half time would be good.
Really enjoying playing FM again though, even with the black borders. Nothing else is getting a look in, game-wise, at the moment.
I shall update with my niggles when I get more chance to fully 'absorb' myself into the game. Little things like easily comparing player stats is one, but as I'm a bit of a noob to this game it could well be there's an option I've missed!
raines43 said:
Marc, between the SI forums and here (probably others too) I'm surprised you find any time for development.
Click to expand...
Click to collapse
I'm not a big believer in sitting around idle while I wait for things, as a developer there are frequently times in the day when you're waiting for a build to be done or a test to finish ... when thats the case I often nip online and try and make a post or two.
Appreciate the time taken to improve the game.
I'd like to have the option of telling players what to do at set pieces, both attacking and defending; 'cover the far post', 'pressure the keeper', that sort of thing. Also the option to give the team a right b0llocking at half time would be good.
Click to expand...
Click to collapse
I know I'll be expanding the game feature set in the future HOWEVER its vital imho that I keep the game flow nice and fast and easy to pick up and use, its for this reason I'm not rushing to put such options into the game... this isn't to say I won't do it, but I want to ensure its done right and the speed and feel of FMH remains intact when I do so (ie. watch this space, but its probably not something I'll do quickly as part of an update).
Really enjoying playing FM again though, even with the black borders. Nothing else is getting a look in, game-wise, at the moment.
Click to expand...
Click to collapse
Cool - glad you're enjoying the game
---------- Post added at 06:18 PM ---------- Previous post was at 06:17 PM ----------
davexeno said:
I shall update with my niggles when I get more chance to fully 'absorb' myself into the game. Little things like easily comparing player stats is one, but as I'm a bit of a noob to this game it could well be there's an option I've missed!
Click to expand...
Click to collapse
You're correct that there isn't currently a 'compare' option in the game - its something I want to add in, but its the actual 'UI' approach to it which I haven't got down 'pat' yet .... once I come up with a system I think is intuitive and easy to use I'll definitely look to add that in.
Update is out for the game and it now runs at full screen (it's actually 1280x720 but you can't tell it isn't full screen). Haven't checked out everything else that the update does but what I've noticed so far: The ball animation is jerkier on the game highlights, as are some player movements. Also one of my players hit a shot over the goal and onto the roof behind but it gave it as a goal. That hadn't happened in the 5 seasons I've played before the upgrade. Still, happier having the full screen mode than not and still loving the game.
Another bizarre 'goal', my player kicked the ball out over the half way line (off the bottom of the screen) and it was given as a goal.
Have to ask why has the exit game button been removed from the main menu screen? To leave the game I now have to press the home button and then close FM2012 in the task manager. A bit clunky.
raines43 said:
Another bizarre 'goal', my player kicked the ball out over the half way line (off the bottom of the screen) and it was given as a goal.
Click to expand...
Click to collapse
I'll check into this.
Have to ask why has the exit game button been removed from the main menu screen? To leave the game I now have to press the home button and then close FM2012 in the task manager. A bit clunky.
Click to expand...
Click to collapse
The 'exit' button had to be removed I'm afraid as a very small minority of devices (5 reports) had problems with it working - the effect of these problems was severe for the individuals concerned (ie. crashed the devices or caused issues with the SD Card) and so I felt it was better to remove it as I couldn't track down the reason it was occurring for them.
I am however planning on including an 'invisible' exit option in the next update - ie. clicking the 'back' button on the game entry page will then bring up a 'are you sure you want to quit the app' option - hopefully that'll be the best of all worlds for everyone (he says optimistically ).
Thanks Marc, I've played quite a few more matches and nothing else weird has happened since the halfway line 'goal'. Unless you count Barnsley being 3rd in the Premier League as weird.

[App][3.2+] Retune - iTunes Remote (updated with v3.0.6 info)

Hello all,
I just recently completed my first Android application. I was hoping for some feedback and just thought other may be interested in it. It is a Holo based iTunes remote that was built specifically with Tablets in mind. Best of all, its free!
Features Include:
* Ability to toggle playing/pause, seek in a song, skip forward and backward, set shuffle, and set repeat.
* View all iTunes songs, artists, albums, genres, and composers.
* View and play all iTunes movies, rentals, TV Shows, podcasts, and iTunes U courses.
* View playlists.
* View genius mixes.
* Ability to play music from any of the viewing categories (songs, artists, albums, genres, composers, playlists, genius mixes, and radio).
* Ability to start a genius playlist from the currently playing song.
* Ability to search for music, movies, TV Shows, podcasts, and iTunes U courses.
* Set which iTunes speakers to use and the current volume for any of those speakers.
* Tell iTunes to stream to an Apple TV.
* View album artwork.
* Notification controls.
* Built from the ground up to support both phones and tablets!
Update 12/7/2012 Retune v1.9.0:
Retune is now been updated to fully support iTunes 11! New features for Retune include:
* iTunes 11 Up Next Support. Add songs, albums, artist, genres, composers, and playlists to the Up Next list, as well as, view/remove upcoming songs.
* Lockscreen controls for Android 4.0 and later.
* Ability to select the view that is displayed upon initial connection.
* Bug fixes.
Update 12/28/2012 Retune v2.0.3:
* Updated Icon
* Audiobook support
* Ability to rate songs
* Dark theme (enable in settings)
* Ability to change iTunes volume using your device's physical volume buttons
* Widgets have now been added
* Ability to have Retune pause the currently playing song when a call is received and start playing again once the call finishes (enable in settings)
* Support for MonkeyTunes for MediaMonkey and support for AlbumPlayer TouchRemote
* Bug fixes
Update 3/16/2013 Retune v2.5.1:
* Sidebar support for improved navigation
* Shared library support
* Expanded notification support
* Clear segments of Up Next list
* Back button will now only skip back 30 seconds for videos, podcasts, classes, and audiobooks
* Improvements to the large widgets
* Option to hide ratings on Now Playing screen
* More default view options
* Jellybean Lockscreen widget support (turn off lockscreen controls when in use)
* Support for TouchRemote for Foobar2000
* UI improvements
* Bug fixes
Update 7/31/2013 Retune v2.8.5:
* Bug Fixes
* Performance improvements
* UI improvements
* Improved scrollbar accuracy and performance
* MonkeyTunes Play Queue support
* Support for iTunes visualizer
* Ability to clear up next history
* Ability to sort playlist songs (in iTunes 11) and the songs list
* Support for half star ratings
Update 11/9/2013 Retune v3.0.6:
* Bug fixes
* Performance Improvement
* Updating UI
* Volume controls are now in the large widget
* ability to lock screen on
* Support for grid views
* Support for viewing the Now playing artist/album
Requires:
* WIFI for Android device to connect to iTunes.
* Computer running iTunes v10.0 or later, MonkeyTunes for MediaMonkey, AlbumPlayer TouchRemote, or TouchRemote for Foobar2000 on the same network as your Android device. Retune has not been tested with any other DACP servers which have not been listed as supported.
Link to Play Store
Link to Amazon Appstore
{
"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 let me know what you think!
Link to Play Store
Link to Amazon Appstore
Awesome! I always used to use iPhone as a remote to control iTunes on my MacBook when doing housework and such. Missed that, THANKS!
Sent from my SAMSUNG-SGH-I717 using xda premium
Thanks
Sent from my HTC One S using xda app-developers app
Hope both of your enjoy the app!
Ok, this app is entirely OFF THE HOOK! (in a good way). I can't believe how much functionality you squeezed into this app in its first iteration. No other remote remotely has this many features. Controlling podcasts, genius playlists, and the radio, not to mention all videos and rentals? This is something I've been requesting other devs for some time, but no one has been able to figure it out. And, congrats on sticking with the holo theme.
Can I suggest a "dark theme" with more of a "gradient" background? While I like the notification area, any chance of a widget in the near future? How about a setting to determine which area is to be seen upon startup? It seems to default to playlist as of now, but I generally hone in on albums by starting out at the genre level. But, that's just me and my "workflow".
Anyways, congrats on a fantastic start!
floepie said:
Ok, this app is entirely OFF THE HOOK! (in a good way). I can't believe how much functionality you squeezed into this app in its first iteration. No other remote remotely has this many features. Controlling podcasts, genius playlists, and the radio, not to mention all videos and rentals? This is something I've been requesting other devs for some time, but no one has been able to figure it out. And, congrats on sticking with the holo theme.
Can I suggest a "dark theme" with more of a "gradient" background? While I like the notification area, any chance of a widget in the near future? How about a setting to determine which area is to be seen upon startup? It seems to default to playlist as of now, but I generally hone in on albums by starting out at the genre level. But, that's just me and my "workflow".
Anyways, congrats on a fantastic start!
Click to expand...
Click to collapse
Thanks for the complements on Retune. Glad you enjoy it. I had been working on it for quite a long time and decided it was time to share it. Everyone seems to have been enjoying it quite a bit. It has been quite rewarding.
Also thank you for the requests. I am actually currently working on a widget. It should be in my next release, I'm hoping to have that out in a month or two, it all depends on how much of my time my job will take up. Been many late nights lately.
I have also received a bunch of requests for a dark theme. I'm am by no means a graphic artist, so I need to look into what I can do with my icons. Hopefully I can figure something out.
A default view upon launching the app is also very doable. I'll see what I can do about that. Should be pretty easy.
iTunes 11 has pretty much broken iTunes remote apps.
As you may have realized by now, iTunes 11 with its new "UP NEXT" behaves much differently when you select a song to play from the remote app in terms of populating the new "up next" list.
When you select a song within an album OR when selecting the "play all" menu item to the right of an album in the album list, the "up next" list gets populated with the first song you select, followed by songs in alphabetical order from a list containing every possible song in your entire collection, and NOT those in the actual album.
Were you aware of this issue and do you have an update in the works? It looks like Hyperfine has already updated to requiring iTunes 11. Thanks again for your great app!
floepie said:
As you may have realized by now, iTunes 11 with its new "UP NEXT" behaves much differently when you select a song to play from the remote app in terms of populating the new "up next" list.
When you select a song within an album OR when selecting the "play all" menu item to the right of an album in the album list, the "up next" list gets populated with the first song you select, followed by songs in alphabetical order from a list containing every possible song in your entire collection, and NOT those in the actual album.
Were you aware of this issue and do you have an update in the works? It looks like Hyperfine has already updated to requiring iTunes 11. Thanks again for your great app!
Click to expand...
Click to collapse
Floepie,
I am aware of the issues with Retune and iTunes 11. Thanks for letting me know about the issue. I have been working long and hard every night after work to bring support of iTunes 11 to Retune.
So for a status update this is where I am at: I have fixed all problems Retune had with iTunes 11. I did have to change somethings here and there due to Apples changes; however, overall all the features Retune had before are still there. I have also added iTunes 11 Up Next support as well. You will be able to add tracks, albums, songs, artists, genres, and composers to the Up Next list; as well as, view/remove songs from the Up Next list. I have also added some smaller non-iTunes 11 features as well. More features will be coming after my update as well. Right now, all I have left to do is more testing to make sure nothing else is broken. I am also keeping full iTunes 10 support. Everything Retune did with iTunes 10 will still work after the update to Retune. So Retune will still only require iTunes 10 and later.
As for a time frame for my update with the fixes. I believe that within 48 hours of this post, you should see an update for Retune with the fixes. So not too much longer you will need to wait for an update.
Hope that answers all your questions. Let me know if you have any more.
SquallyDoc said:
Floepie,
Hope that answers all your questions. Let me know if you have any more.
Click to expand...
Click to collapse
OK, why aren't you charging for this app?
floepie said:
OK, why aren't you charging for this app?
Click to expand...
Click to collapse
This is something I get from my friends and family all the time. There are actually multiple reasons why I decided to give Retune out for free. The biggest reason is mainly a social experiment for me. I have seen many other developers using donations as a way to gain money and I always wondered how much they actually got. I heard that for games it can work quite well, so I decided to try it out myself (Retune not being a game being a totally different ballgame ). Overall, I like the concept of giving an app for free with donations. If someone can't pay for the app they are still able to use it and others are able to give what they feel the app is worth. It is interesting to see how much people feel an app is worth. Overall, it has been a very enlightened experience.
My second biggest reason is that Retune is my first Android app. I really only have two Android devices to play with so I wasn't sure how the app would work on others. I have heard many Android developers complain about the overall fragmentation of Android so it made me worried. I figured if I put the app up for free most people would be more willing to accept problems on their specific device. It seems that many people haven't experienced problems, so overall, my original concern really wasn't an issue. Retune seems to be doing just fine on other Android devices, which is great. Another learning experience for me.
Third, since there were/are many other iTunes remote apps for pay, I wasn't sure if people would be willing to pay for another. I was hoping to get some good exposure, so I decided to leave Retune as free.
Such a simple question, yet a very big answer.
I was searching for an itunes remote on the market, had to go through a few pages before I got to retune but my word was it worth it! Its fast, good looking and works perfectly - fantastic!
Can't believe this hasn't had more recognition, definitely deserves it - a must have for anyone who uses itunes!
Continuing to love this app here, and just stepping in to give a couple user improvement suggestions.
1. Is there a way you could add some sort of "library" button to the 'now playing' screen, which would bring the user immediately all the way back to the default view, as set in the settings? For me, I always find it most convenient to drill down into finding an album or song by starting at genre --> artist --> album --> song. So, in order to go back to the top, I need to hit back 4 times. I know, first world problems, right?
2. The genres list view is inconsistent with the other views (artists, albums, etc) where the genres are grouped by their first letter, whereas all other lists are not grouped. Perhaps you had used grouping for other lists too at one time and decided against it after all and didn't remove the grouping from the genres view? It seems to me at least that the genres view would be the least in need of any grouping. I would prefer no grouping, but, if you like it, what can I say?
Thanks again for a great app.
floepie said:
Continuing to love this app here, and just stepping in to give a couple user improvement suggestions.
1. Is there a way you could add some sort of "library" button to the 'now playing' screen, which would bring the user immediately all the way back to the default view, as set in the settings? For me, I always find it most convenient to drill down into finding an album or song by starting at genre --> artist --> album --> song. So, in order to go back to the top, I need to hit back 4 times. I know, first world problems, right?
2. The genres list view is inconsistent with the other views (artists, albums, etc) where the genres are grouped by their first letter, whereas all other lists are not grouped. Perhaps you had used grouping for other lists too at one time and decided against it after all and didn't remove the grouping from the genres view? It seems to me at least that the genres view would be the least in need of any grouping. I would prefer no grouping, but, if you like it, what can I say?
Thanks again for a great app.
Click to expand...
Click to collapse
Floepie,
In response to 1: I believe I could add a way to jump back to the library view. I'll add it to my to do list. I will need to figure out where to place it as I am running out of menu space .
In response to 2: I was trying to follow what the Apple Remote app does. There are a couple places where groupings are done by their first letter, this being genres, composers, and all songs view (only on phones). I've been thinking about grouping in more places to be more consistent. I've just had more pressing features and bugs to work on for now, so it has been pretty low priority. Do you not like the groupings be letter or do you just not like it being consistent everywhere?
Hope you continue to enjoy my app!
SquallyDoc said:
Floepie,
In response to 1: I believe I could add a way to jump back to the library view. I'll add it to my to do list. I will need to figure out where to place it as I am running out of menu space .
In response to 2: I was trying to follow what the Apple Remote app does. There are a couple places where groupings are done by their first letter, this being genres, composers, and all songs view (only on phones). I've been thinking about grouping in more places to be more consistent. I've just had more pressing features and bugs to work on for now, so it has been pretty low priority. Do you not like the groupings be letter or do you just not like it being consistent everywhere?
Hope you continue to enjoy my app!
Click to expand...
Click to collapse
It's great. Can't believe why you haven't gotten more followers.
1. Well, if you wanted to implement it, you could either stick it in as an additional item behind the 3 dot menu at the bottom of the now playing screen {"back to library"). Or, better yet, you could move the 3 dot menu to the upper right hand of the screen (where it's generally found more often) and replace it with a "library button" icon. That way, you can maintain the clean look.
2. Ah, I see the pattern. Grouping is only present in text-only lists. Cool. For me, it matters extremely little. I'd have a slight preference for without grouping in the genres list, as the list is probably very short for most people I'm willing to guess.
Thanks again.
floepie said:
It's great. Can't believe why you haven't gotten more followers.
1. Well, if you wanted to implement it, you could either stick it in as an additional item behind the 3 dot menu at the bottom of the now playing screen {"back to library"). Or, better yet, you could move the 3 dot menu to the upper right hand of the screen (where it's generally found more often) and replace it with a "library button" icon. That way, you can maintain the clean look.
2. Ah, I see the pattern. Grouping is only present in text-only lists. Cool. For me, it matters extremely little. I'd have a slight preference for without grouping in the genres list, as the list is probably very short for most people I'm willing to guess.
Thanks again.
Click to expand...
Click to collapse
I think I'll get more followers in time. Word of mouth for it has spread slowly but surely. Since my app is free I haven't done any advertisement other than trying to use social web sites to spread word about it. I plan on submitting Retune to a couple Android review sites too soon. We'll see what happens. Hopefully they decide to review it and give me a good review. :fingers-crossed:
1. Thanks for the feedback. It seemed like Google recomended to move the 3 dots to the lower half of the screen. At least that is how it seemed in their docs. That is why I moved it down there. I'll play around and see what I can figure out.
2. For me the Genres list is actually rather large. I do listen to many different types of music so that doesn't help
Retune upate
Updated original post to include Retune 2.5.1 information.
Updated original post to include Retune 2.8.5 information.
Updated original post to include Retune 3.0.6 information.
thanks dev.
this is a really good app. I gave it a quick whirl and it functioned like the remote for my imac. Interface is great and best of all its free...
jjrx3 said:
thanks dev.
this is a really good app. I gave it a quick whirl and it functioned like the remote for my imac. Interface is great and best of all its free...
Click to expand...
Click to collapse
You're welcome. Glad you like it!

[Free]CardCloud Flashcards Study App

Hi, I recently took an Android Development at my school where I made this Flashcards Study App.
There's still a lot of work I want to complete before I call it finished, but it's a good start I think. I still want to add more quizlet functionality to it (since quizlet.com doesn't seem to have an android app yet.)
Download the App!
Some features:
* Offline Mode to study on the go without an internet connection.
* Adjust card flip speeds in the settings menu
* Long press on a deck to view options
* Shuffle your flashcards
* Search Quizlet to access millions of flashcard sets.
* Edit, Delete, and Create new flashcards with a breeze
* Text-to-speech integration
* Multi-language support
* Identify your strengths and weaknesses by keeping track of how well you know a card.
* Reverse Question and Answer sides on cards
* Improved UI
EDIT:
I attached an apk that you guys can use since I can't seem to post a link to the play store.
Or alternatively, You can search for "CardCloud FlashCards" in the play store to get the official app.
I'd recommend it since I'm planning on pushing a lot of new features in the upcoming weeks.
Thanks!
Playstore link
merhans said:
A link for the apk or to the pkaystore would be nice^^ wana try it
Click to expand...
Click to collapse
Hey. Sorry. It doesn't seem to let me post links since I'm a new member.
Here's an uploaded APK file you can use in the meantime
Or you can search for "CardCloud Flashcards" in the play store if you want the official version.
Thanks for trying it out!
Definitely let me know if you run into any problems.
So far nice ui
Works good. Is it possible to share own decks with friends? It would be amazing, also an option for read only and read write permissions for shared decks.
merhans said:
So far nice ui
Works good. Is it possible to share own decks with friends? It would be amazing, also an option for read only and read write permissions for shared decks.
Click to expand...
Click to collapse
Thanks for the compliments!
Sharing is definitely a feature i'm going to be adding in the feature. Right now i'm torn between integrating some sort of facebook social network to allow for easier sharing. I've been busy trying to learn Ruby on Rails Development and Android Dev at the same time, so the cardcloud website is a bit lacking at the moment. But Sharing is definitely a big feature I want to implement.
Currently I'm in the middle of adding an ability for users to mark each card as easy/hard and then creating an infinite shuffle that will have a smart algorithm to show difficult cards more often.
That should be about two weeks out, and then I'll start working on the Deck sharing.
Great suggestion on the Read/Write permissions too! I think that would be an awesome feature, I've written it down on my notepad, so definitely stay tuned to this thread for any updates I make!
Thanks for trying out my app!
Redesign Icon
Hey buddy I think this app is great for studying and for group activities. Love what you have done. I also like the UI I made this icon for you just cuz i like messing around with Photoshop haha hope you like it
https://docs.google.com/open?id=0Byxlw5J4qbOvTWhEWnlrbFBna2M
Full icon without background or text: https://docs.google.com/open?id=0Byxlw5J4qbOvOEV2U1FEWkVfWXM
Hi. Great app. Is it possible to manually edit or create a set on a PC and transfer / open / import into the application?
A quick way of implementing this might be to add CSV or XML export and import?
Perhaps a link up to Google docs for cloud storage and on line editing?
Also, would you consider the addition of images on the flip cards? Perhaps a HTML format would make this easy to implement? A picture paints a thousand words and all...
Keep up the good work and I hope its a great success.
Steve.
**************************** [Edit] ****************************
Opening a quizlet with images renders nothing visible on the card
Steps to reproduce...
1. Search 2010 Honda Cars
2. Select any of the results
3. See the text (e.g. "2010 Honda civic") but on clicking the card to see the flip side - there is nothing.
Here is what is should look like... http://quizlet.com/1935486/2010-honda-cars-flash-cards/
**************************** [/Edit] ***************************
CardCloud - Flash Cards
CardCloud,
Great effort thus far ... you've added the ability to create card sets! This is HUGE.
Some tips I hope you're able to fix in the coming updates, please.
1. Settings - there should really only be on 'settings' button for the app (the vertical elipses button; top right/bottom right corners).
2. Logon - should be a little more clear "what" service the logon pertains to.
- I thought the ability to logon to Quizlet would work with this ?? I'm an Android newb and I've already realized things are "assumed/presumed" to be known to new users, which its not clear on many applications or the OS itself.
3. KEEP the "skip logon" this is critical and I've come across many notes type apps that I cannot even create a note when in the subway because they require a persistent internet connection = total pain in the ass and useless! You've got a good thing going with this "skip logon" ability please KEEP IT Much appreciated.
sd00 said:
Hi. Great app. Is it possible to manually edit or create a set on a PC and transfer / open / import into the application?
A quick way of implementing this might be to add CSV or XML export and import?
Perhaps a link up to Google docs for cloud storage and on line editing?
Also, would you consider the addition of images on the flip cards? Perhaps a HTML format would make this easy to implement? A picture paints a thousand words and all...
Keep up the good work and I hope its a great success.
Steve.
**************************** [Edit] ****************************
Opening a quizlet with images renders nothing visible on the card
Steps to reproduce...
1. Search 2010 Honda Cars
2. Select any of the results
3. See the text (e.g. "2010 Honda civic") but on clicking the card to see the flip side - there is nothing.
Here is what is should look like... http://quizlet.com/1935486/2010-honda-cars-flash-cards/
**************************** [/Edit] ***************************
Click to expand...
Click to collapse
Thanks! I'm planning on adding that feature pretty soon. Right now I'm on the verge of adding support for marking cards as either correct or incorrect. Also I'm adding in an in-app purchase to remove ads. I've also been working on the website portion of my app (cardcloud.net) which will allow you to upload your local decks onto a website (once you create an account) once it's uploaded, you'll be able to export from the site.
That's still a work in progress, hopefully in a week or two, I'll have that ready for you.
In the meantime, you can expect an update for marking the correctness of each card in the next day or two!
Thanks for the compliments, and thanks for trying out my app!
Supa_Fly said:
CardCloud,
Great effort thus far ... you've added the ability to create card sets! This is HUGE.
Some tips I hope you're able to fix in the coming updates, please.
1. Settings - there should really only be on 'settings' button for the app (the vertical elipses button; top right/bottom right corners).
2. Logon - should be a little more clear "what" service the logon pertains to.
- I thought the ability to logon to Quizlet would work with this ?? I'm an Android newb and I've already realized things are "assumed/presumed" to be known to new users, which its not clear on many applications or the OS itself.
3. KEEP the "skip logon" this is critical and I've come across many notes type apps that I cannot even create a note when in the subway because they require a persistent internet connection = total pain in the ass and useless! You've got a good thing going with this "skip logon" ability please KEEP IT Much appreciated.
Click to expand...
Click to collapse
Hey! Supa_Fly, thanks for the kind words.
I really like the idea of the skip button for logins. The reason the login is there is to allow users to sync their decks with the website portion of the app. (CardCloud.net) But I've been busy working on the app and haven't had a chance to get the webapplication completed yet. Hopefully in the next week or two You'll be able to backup your local decks/cards onto a website, where you can save them on a computer.
The settings functionality is a bit confusing, so I've done a bit of tinkering with it to make it more intuitive to use. Thanks for the suggestions though! I really appreciate the feedback.
In the meantime, I'm working on a v1.2 release which will allow users to mark cards as either correct/incorrect/half-correct/etc, to help with remembering your learning progression. Keep an eye out for that. Hopefully I'll be able to push that up to the google store by tomorrow. I'll also update this thread once that's complete!
Thanks again for trying my app!
Hey. Just uploaded an update to the current App on the Appstore.
Some New features:
* Identify your strengths and weaknesses by keeping track of how well you know a card. Mark a card as Correct/Incorrect/etc
* Reverse Question and Answer sides on cards
* Improved UI
* Settings AutoSave when changed, rather than having to hit a save button
* When Viewing a Deck from Quizlet, download the deck directly from the cardview for your convenience.
* Change your settings (flipspeed and question/answer reversal) from the cardview.
cardcloud said:
Hey. Just uploaded an update to the current App on the Appstore.
Some New features:
* Identify your strengths and weaknesses by keeping track of how well you know a card. Mark a card as Correct/Incorrect/etc
* Reverse Question and Answer sides on cards
* Improved UI
* Settings AutoSave when changed, rather than having to hit a save button
* When Viewing a Deck from Quizlet, download the deck directly from the cardview for your convenience.
* Change your settings (flipspeed and question/answer reversal) from the cardview.
Click to expand...
Click to collapse
Hi, my girlfriend wrote out 20 sets as study for her exam on Wednesday. Her phone updated your app and it seems her card sets have been deleted (or lost). :crying:
Is your new updated version deleting user inputted card sets?
I'd greatly appreciate a quick response if you have a way to retrieve them.
PS, where are the card sets saved? In files (what location in phone)? Perhaps we can retrieve them manually?
Thanks, Steve.
Hey sd00, I'm really really really sorry that happened.
I found a bug in my code that was clearing the sqlite DB on updates.
I fixed the bug, but unfortunately it looks like her cards have been wiped.
This is embarrassing, I'm a noob and didn't realize that would happen.
There's nothing I can do, but promise it won't happen again.
For what it's worth, If I sent you guys an ad free version of that app, would that help?
Again, I'm really sorry, let me know what I can do to try to make it better.
I'm working on the ability to create decks online and then sync them to your phone, so hopefully that'll make it easier in the future to recreate the decks.
(If you'd like, you can even send me the questions/answers and I'll type them back up for her myself.
if you pm me an email address, I can send you an apk for the free version too.
Again, I apologize for my noobness.
For such a new app - this was an unforeseen mistake by the developer. The fact that he's VERY apologetic and this app does offer some great features over the competition I'll still support this app!
As experience is gained and more testing directly by the developer we'll this app continually excel and grow in feature sets and less bugs. Not many people appreciate developers' hard work and even less developers are as humble as this one.
Supa_Fly said:
For such a new app - this was an unforeseen mistake by the developer. The fact that he's VERY apologetic and this app does offer some great features over the competition I'll still support this app!
As experience is gained and more testing directly by the developer we'll this app continually excel and grow in feature sets and less bugs. Not many people appreciate developers' hard work and even less developers are as humble as this one.
Click to expand...
Click to collapse
Hey Supa_Fly, thanks for the kind words and support! It's been a lot of fun working on this app and I've learned a lot from the experience. Hopefully as I improve, so will the app. Sorry again to sd00 for the bug. I spent a few days testing and retesting to make sure it wouldn't happen again before I pushed up the newest update this afternoon.
I've been working on the syncing functionality the last week or so and I got it finally working the way I wanted. Not 100% yet, but allowing users to create their decks online I think is a necessary feature, since writing out individual cards on a phone is a pain. I'd like to tweak it a bit to make syncs work faster/better, but I'm slightly limited by my web server since it's a bit slow. Hopefully if I can generate any revenue through the app, I'll be able to put it towards faster servers. I'll keep an eye on the bug log to make sure nothing goes awry though.
I've pushed the new features up onto CardCloud.net allowing users to login to their accounts and create their cards online. Also, I uploaded the app updates to the google play store so users should be able to get the updated app with fixed functionality. Hopefully I didn't mess anything up this time .
In the meantime, I have a couple new features in the pipes that I'm working on that I think should improve the app. Hopefully I'll be able to get these pushed out in the upcoming weeks:
- Image support for flashcards. Definitely a top priority feature, should have an update for this within the next few weeks.
- Rich Text Editing. Another top level feature I want for the app.
- Better Quizlet integration. Search for usernames, and returning public decks, recently studied, etc
Anyways, sorry for the wall of text. When I get new features implemented for this app, I will post them here.
Development stops?
Gesendet von meinem Nexus 5

[app][4.4+][rpg-generators]Rpg Helper 3

*******EDIT********
not sure if anyone is still following this thread but this app is now on google play https://play.google.com/store/apps/details?id=com.gmail.mrgreaper2004.rpghelper3
it is still free, and its still with out adverts
I am now going to remove the attachement as ofcourse it is better to use the play store version which is much more uptodate
note to mods: since the app is out on play store if you feel its better to delate this thread (I'm a bit worried its almost like spam to just link to my app like this) then I totally understand.
************************
Ok so this is my first post on this section and my first android app!
So what is "Rpg Helper 3" ?
Well its a character generator im working on for core D&D and similer games (the stats it rolls can be adapted to most rpg games) it contains a suite of generators that i have been working on for about 2 months, and will be expanding. The generators can be accessed seperatly as well.
Rpg helper 3 is your first one...ummm 3?
yep first android app, 1 and 2 were on the windows phone os, they are called "Rpg app (1st edition)" and "Rpg app (2nd edtion)" since im now an android owner i ported my app across, made the interface much sleeker (in my opinion) and progressed to add more content to it...this will be the app that gets future support and updates!
So if you need a quick npc, then this is for you, need to generate a quick tavern name and description, i got you covered, players asking what the bard is singing ...no problem, need a quick town description...yep. Player annoying you and you want a random fear to give him ...bingo
Want to export it as an html file ? yep
share the result via email? no problemo
(the very tired me recorded video of my app lol) - (fun drinking game, take a shot every time i say "umm" )
Known bugs:
The full sheet generator is generating more taverns and gangs then it should
When sharing via facebook it does not enter text in the post field (facebook dont allow it) but its copied to the clipboard for you so you can paste it in
lots of grammatical and spelling errors...i'll get to them
in plain text exporting of the full sheet some html code remains...yep working on it
What i ask of you :
feedback
do not decompile and use my methods!
do not share outside of XDA
When i get enough money to buy google play access (and the app is more mature) i plan on selling the app for about 50p on there (Prevously i tried the donation only approach and not a single user donated lol) but this version (possibly future versions versions too) will always be on here for free
This thread is a work in progress
UPDATE 21/06/2015
fixed surname bug
added dice roller function (its in its own separate page rather then in the generator)
24 downloads no replys,
Is there no market for this kind of app, or no interest in the app on this site?
is 4.4 too high as a start api for my app?
Were you one of the 24 downloaders? did you have issues installing? or running the app?
Works pretty good so far!
williamfold said:
Works pretty good so far!
Click to expand...
Click to collapse
Cool
Couple of quick questions,
any of the generators you find yourself using more then the others?
what would you most like to see added?
Maybe a dice roller?
williamfold said:
Maybe a dice roller?
Click to expand...
Click to collapse
That is something i plan to add, though as a separate screen, the idea being you choose the dice to roll, the number of those dice and then outputted is each roll plus the total (the idea it would be useful for fireballs etc)
so yep that feature is coming, im just waiting for sufficent time to sit down and do some more coding (work is a nightmare at the minute).
With luck some others may also of tried it and dropped some feedback too by then
williamfold said:
Maybe a dice roller?
Click to expand...
Click to collapse
Had some time free today so i have implemented the dice roller in the menu , let me know what you think
The attachment on the first post has been updated
Dice roller works fine...thx
williamfold said:
Dice roller works fine...thx
Click to expand...
Click to collapse
np, you seem at the moment to be my entire user base lol.
I guess there's just not alot of gamers around...shame....
as a reference, try to have https://godvillegame.com/ as your references
we've been enjoying it for a couple years already
either on win os, android or even ios
care to tell, what was your direction with the games?:highfive:

Categories

Resources