AchievementUnlocked library - General Questions and Answers

There's this great app on the playstore (name in title) that lets you change your popups to look like the achievement unlocked notifs and other such cool popups. Pls check it out. So that app is a demo app which shows how it will look and there is a how to implement section but its difficult to follow for someone with no coding or development experience. I would really like to use it, and it's a great concept, I'm surprised there is no thread about it. Everyone should check it out.
Could someone help with a better guide for getting it on my phone pleeeaaaase?
Just instructions a normal person can follow. I follow them carefully. That's how I rooted my phone.
The related site: http://darkion.net/news/achievementu.../2015-07-28-86
The code available: https://github.com/DarkionAvey/Achie...locked-library
Thank you

Related

Non-market .apk file database proposal

Hello everyone. I've a sort of proposal for the developers here, but before I get into that let me first briefly introduce myself:
I'm a communication designer for print, user interface, and illustration that completely advocates everything Android. I've been lurking the Dream development forums here for quite some time, trying to keep up-to-date with the latest ROMs, apps, etc., etc and I fully appreciate everything that goes on here and the endeavors that you devs put yourself through. Amazing stuff, really.
One thing I've noticed is that there are a slew of third-party / beta apps all over these boards, and other places on the internet as well. More often than not, I find myself scouring the cloud just to find a link for these non-market apps, and I usually get referred to them via some obscure site through another site. Despite getting the .apk file or ROM in the end, the process can get to be a bit tedious; especially for incoming users and those new to the Android platform.
My proposal is this: A website with a simple and clean user interface that has direct and succinct navigation with the purpose of consolidating and listing third-party / beta non-market applications into an easy access database. This website database would link these applications and have them be easily downloaded and installed via the Android browser, without having to mount the device.
I've actually come up with a fully-functional concept site, did the branding and everything for it, and also registered a short domain name for quick access while on your G1 or whatever Android device.
Navigate to: http://anda.pk to see what I had in mind, and how the overall layout/concept of the site would work.
I uploaded several .apk files I had backed up as examples for you to see how the database section would function. I also took into account the resolution of most Android phones and made the .apk application database section fit perfectly in the Android browser when in portrait mode right when you the load the site to ensure the best possible user experience when installing these third party apps. When you scroll to the right, you'll see info on what the site is about, and in the footer there are links to the FAQ, the about section, contact, etc.
I had also noted in the about link in the footer that the applications hosted on the download section are in no way accredited to the site, and that credit goes to their rightful developers. My being a communication designer has had the idea of peer collaboration engrained, and as such I give credit it where credit is due.
That said, I hope you guys here and the developers collaborate with me on on this site, possibly help contribute apks, and agree to them being hosted. If anything, I do hope you just embrace the concept, which originally was just going to be a reference for myself and my friends whom I've turned away from the iPhone, S60, and WinMo in favor of Android. I figured since I know the Android community is only going to get bigger, this website concept of mine could be a decent resource to have bookmarked.
Appreciate you reading this wall of text! Do hope to hear some feedback, so let me know what you guys think. Thanks!
Cheers.
I think this is a fabulous idea...automated version control would go over very well -- i.e. yum update
you should post up bits that you need help with and have folks contact you.
also..I love the logo!
question: do you propose a rating system or a review prior to listing type of approach or something new to keep this resource trustworthy?
Been following this on SA and twitter and it's a great idea.
Having the devs here on board would be a fantastic way to get something solid on the go. It's the kind of thing that can really help android become more hackable and useable for the average user...and it just make things easier for the rest of us.
Sounds good to me.
thelilliandivide said:
the applications hosted on the download section are in no way accredited to the site
Click to expand...
Click to collapse
Credit and accreditation are different things. To be accredited is to be given credentials or official approval. I think you meant "credited".
Sounds like a GREAT idea.
My opinion: The color scheme hurts. Love the logo.
i like the logo and the idea. I think the site should be more mobile friendly, or even better, an application for android that can work like the official market. I could help with that part if an application is going to be built.
camalot said:
i like the logo and the idea. I think the site should be more mobile friendly, or even better, an application for android that can work like the official market. I could help with that part if an application is going to be built.
Click to expand...
Click to collapse
i second that.. it should also have update checks if possible
I was going to complain that I didn't like your site layout, but in portrait mode you only see the left side which lists the apps. I like it.
One thing you might have to be leary of is dealing with apps that are considered warez unless your going to spend the time to verify every app that is uploaded or there has to a method in place.
As well there should be some kind of version control in place. You know what works on 1.1 and what works on 1.5. Obviously almost everybody within the next few weeks/months should be on 1.5, but will all the older apps run on 1.5 or does it really matter or does anybody care? The downloader will care.
CBowley said:
Sounds like a GREAT idea.
My opinion: The color scheme hurts. Love the logo.
Click to expand...
Click to collapse
Seconded. The text is much too light. A darker charcoal shade would be much better.
If the site gets an apk wrapper (a la FBook) version checking would be rather easy. Set up the directory tree something like this /downloads/WiFiTether/1.2.3.apk and just have the apk compare filenames. If the file names don't match, it needs to install the update.
EDIT: Now following your progress on twitter.
Some solid input. I'll play around with the color scheme and make some changes later this evening once I get back from class. And I actually do plan on making a mobile wrapper eventually, but as it stands as far as the concept layout goes, the site is best used when in portrait mode for easiest functionality. The rest of the site is to be considered supplemental. I do however, have a lot of things I eventually want to integrate; application tags, search, possibility of user uploaded apk files, etc. But for right now, I'm trying to keep the general site as simple as possible to make the workload on my end less stressful (graduating in 2 weeks).
bahnburner said:
If the site gets an apk wrapper (a la FBook) version checking would be rather easy. Set up the directory tree something like this /downloads/WiFiTether/1.2.3.apk and just have the apk compare filenames. If the file names don't match, it needs to install the update.
EDIT: Now following your progress on twitter.
Click to expand...
Click to collapse
Did not know how that version checker worked. Thanks. I'll re-work the apk directory scheme akin to that later tonight for when I do eventually get the wrapper up.
thelilliandivide said:
Did not know how that version checker worked. Thanks. I'll re-work the apk directory scheme akin to that later tonight for when I do eventually get the wrapper up.
Click to expand...
Click to collapse
That's not necessarily how most version checks work, but that's the simplest method I could think of, and probably one of the easiest to implement.
alapapa said:
I think this is a fabulous idea...automated version control would go over very well -- i.e. yum update
you should post up bits that you need help with and have folks contact you.
also..I love the logo!
question: do you propose a rating system or a review prior to listing type of approach or something new to keep this resource trustworthy?
Click to expand...
Click to collapse
Thanks! And I feel I might need some help in the future as far as implementing the features that I want to get working. But I'm not quite sure I understand your question. Are you referring to how I choose which applications get posted onto the site?
i'm a graphic designer and web designer, i'll throw in a helping hand if you want, pm me or whatever.
(think about an android based layout to bring it to the phone like Cough*cydia*cough
very cool and much needed
Xda-dev is great, but there is alot of stuff thats not on the market and they have shown to bow down to the tmobs pressure(ie: tether app) so another place to get apps would be great, and your weppage is beautiful and looks like it would be very finger friendly on the g1, but there is a basic model in linux of repositories(which is about what ur doing) and a simple app to d/l them maybe somebody could just make a market.apk with a modded addy, depending on how much is known about the market and its inner workings... it would be nice to do it as it has been always done....but as I stated above your webdesign is very nice and would work well in the native browser(im heading there now on my g1)
bhang
not a bad idea. I think this is great for all verified apps that are pulled from market...
I really like this idea. Go for it.
Just one (stupid) remark about the logo... it's like it has a big nose and a :-| expression... sorry
apetit said:
I really like this idea. Go for it.
Just one (stupid) remark about the logo... it's like it has a big nose and a :-| expression... sorry
Click to expand...
Click to collapse
Haha, I just noticed that actually. Now it's all I see. But yeah, I'm hoping to have a few more apps to upload by the end of next week. Revisions to the site are imminent once I get out of this last class.
I love the idea. One bookmark to check up on all the good non-market apps will be much easier than having several bookmarked threads.
Some applications may benefit from having tags such as [beta], [stable], [experimental], [contains-ads], etc.
As others have mentioned once/if user uploads are implemented an app approval system will be crucial to keep the spam at bay. I can see this really taking off.
im a supporter
zgmf-x322a said:
im a supporter
Click to expand...
Click to collapse
+1 this sounds like a great idea, there was something like this for apps for the dash,mda & sda.

[Q] How to make an Android app?

Hello people
I've wanted to make a Android app for a while now but I don't know where to start.
Can someone give me some pointers on where to start.
If it involves coding then be warmed I'm a complete novice at that.
No coding method: search Google for Android app inventor.
Coding and better method: Android apps use JAVA. Take some basic online courses, then learn the Android sdk. (functions that are specific to android)
Option b is better, and if you have a little patience it won't be too hard.
Sent from my ADR6400L using Tapatalk
alex ainsley said:
Hello people
I've wanted to make a Android app for a while now but I don't know where to start.
Can someone give me some pointers on where to start.
If it involves coding then be warmed I'm a complete novice at that.
Click to expand...
Click to collapse
If you want to get somewhere forget the app inventor and invest some time.
Start by using google on terms like "android tutorial" "android hello world".
Download eclipse and the android sdk (google has all the info and tutorial on how to do that).
The sdk has ALOT of very good example apps. From 3D drawing to system infos and interface layouts.
AAAAAAAAAAAAAAAHHHHHHHHHHHHHHHH Google app inventor is doing my head in.
if anyone is reading this on a scale from 1 to 10 how hard/complicated is making a app using coding?
Depends entirely on what you want the app to do unfortunately. If you can give some basic ideas of what you want it to do it will be easier to say how hard it will be.
well all id like my first app to do is when it starts up to show a picture with text then link you to a web page.
Nothing hard
Thats not too difficult, you could patch work something out of existing tutorials/example.
But its always relative saying how difficult something is.
It depends on the person...
Well sorry that's not helping much. I'm still at a loss on what to do.
Basically all you need to do is copy and paste the code from some tutorial examples, or you could even use the app inventor as you need barely any code to do this, for example:
http://developer.android.com/guide/topics/graphics/index.html
http://developer.android.com/guide/webapps/webview.html
Putting it all together and making it into an application shouldn't take you more than half an hour once you have gone through the starter tutorials to understand how and what it is you are using.
Ok I'll try that.
Click Here is the link for a LIVE remote workshop / presentation
-Cheers
omg
i really wanna learn, so i went to purchase course and
DescriptionsAmount
Diploma in Java Programming.Diploma in Java Programming.
$1,695.00Item price: $1,695.00
$1,695
are you serious??
Well if you are really determined to learn it, you can manage doing it on your own too, with the help of free online resources. Search for a tutorial series on youtube. Here's one I had found useful when I was learning:
http://www.youtube.com/watch?v=Hl-zzrqQoSE
You should also buy a good book on Java programming and read it. That would help a lot too.
read android developers guide
You can check android developers official site it has lot of tutorials and resources.
You can go to next university library and borrow any Android book. It will not include the latest version of OS, but it will have lot of fundamental information in one place, written by one person. Tutorails often show you how to solve single problem only.
Thank you
Also great video
You're Welcome! Yes it is a great video. That guy really does explain it nicely.
Is App Inventor still working?
Look also at cornboyz tutorial on youtube. Same guy, slightly different tuts

A question for the Moderators and Senior Members.

I am here and I was wondering where I was suppose to post tutorials in the Xoom Section. I was thinking about making some New Xoom User tutorials with screenshots, and if I am to find a good screen recorder app too, some videos, of basic questions as well as operation of the tablet. I would like to make sure I post it in the correct forum before I continue on with it as well as make sure someone has not already done an extensive overview of the actual operations like I am wanting to start here. I hope that I can start this up soon (well I am working on the posts now in word doc, but I am meaning by posting it up...)
Thank you for your time and thank you in advance for the help with this idea
~Cranvis
Cranvis said:
I am here and I was wondering where I was suppose to post tutorials in the Xoom Section. I was thinking about making some New Xoom User tutorials with screenshots, and if I am to find a good screen recorder app too, some videos, of basic questions as well as operation of the tablet. I would like to make sure I post it in the correct forum before I continue on with it as well as make sure someone has not already done an extensive overview of the actual operations like I am wanting to start here. I hope that I can start this up soon (well I am working on the posts now in word doc, but I am meaning by posting it up...)
Thank you for your time and thank you in advance for the help with this idea
~Cranvis
Click to expand...
Click to collapse
Just a thought...you could post in general...if related to rooting it could be added to diablo2224's. Rooting thread, otherwise create your own. I hope you do some tutorials...do you know what you'd like to cover?
I was thinking about the little small things like "how to get to settings" and "explaining your questions for help" and so on. and then when i get a feel for how people react to them, maybe deeper into programming, rooting troubleshooting, and other stuff
Thanks for the encouragement okantomi! I will keep things updated on my sig and profile page!!
Cranvis said:
I was thinking about the little small things like "how to get to settings" and "explaining your questions for help" and so on. and then when i get a feel for how people react to them, maybe deeper into programming, rooting troubleshooting, and other stuff
Thanks for the encouragement okantomi! I will keep things updated on my sig and profile page!!
Click to expand...
Click to collapse
I think that "how to get to settings" is a little basic, but I definitely think we need more tutorials on how to make the most of the Xoom (and Honeycomb in general) so have at it.
If you make videos "how to"s, I would create a single post in General and post links to all of them there. If they are just written guides, I would make a new post in General for each one.
rschenck said:
I think that "how to get to settings" is a little basic, but I definitely think we need more tutorials on how to make the most of the Xoom (and Honeycomb in general) so have at it.
If you make videos "how to"s, I would create a single post in General and post links to all of them there. If they are just written guides, I would make a new post in General for each one.
Click to expand...
Click to collapse
I was thinking about making on big tutorial in on general location for all the links, kind of like the index of a book, and then you click the link and it goes to the forum post about that said link. I might have to do this on another page like a personal website but i really do not want to do that so i am looking into alternative ways. I was thinking too about making the videos a playlist and use youtube and maybe add a few Here's why and commentaries to the list. I have a whole list of ideas and I am hoping to get started (as in posting it up) soon! cause i use google docs, I can write on my phone when away and have an idea... so this should be interesting Also looking into screen recording material for ON the Xoom cause i do not want to be doing DDMS all the time for ever single frame that i need... if i had a video recorder it would be nicer ... but i will get to that when i cross that bridge! I will keep everyone updated on the tutorials when they get posted... I will if it suits people, us this as a "to go" point and just change the title, or make a new thread for the index.... Here we GO!
also! thank you for the words of encouragement and advice rschenck!
Cranvis said:
I was thinking about making on big tutorial in on general location for all the links, kind of like the index of a book, and then you click the link and it goes to the forum post about that said link. I might have to do this on another page like a personal website but i really do not want to do that so i am looking into alternative ways. I was thinking too about making the videos a playlist and use youtube and maybe add a few Here's why and commentaries to the list. I have a whole list of ideas and I am hoping to get started (as in posting it up) soon! cause i use google docs, I can write on my phone when away and have an idea... so this should be interesting Also looking into screen recording material for ON the Xoom cause i do not want to be doing DDMS all the time for ever single frame that i need... if i had a video recorder it would be nicer ... but i will get to that when i cross that bridge! I will keep everyone updated on the tutorials when they get posted... I will if it suits people, us this as a "to go" point and just change the title, or make a new thread for the index.... Here we GO!
also! thank you for the words of encouragement and advice rschenck!
Click to expand...
Click to collapse
If you wish to see an example of one approach to this sort of idea, we have been building a community wiki for CyanogenMod 7 on the SGS and created a How To section. Of course this is a group effort as opposed to a single member, but the idea is much the same.
http://sgscm7nightlies.pbworks.com/w/page/41716809/i9000 How-To´s
awesome to hear onn the cyanogen mod but I want to keep it as close to stock as possible... like right now I have super user but I have not changed the rom at all I'll look at the how to that you linked me to and I will study it and see what advice to writing a tutorial it will give me :-D
Keep you updated and thanks again!

[Completed] AchievementUnlocked library

There's this great app on the playstore (name in title) that lets you change your popups to look like the achievement unlocked notifs and other such cool popups. Pls check it out. So that app is a demo app which shows how it will look and there is a how to implement section but its difficult to follow for someone with no coding or development experience. I would really like to use it, and it's a great concept, I'm surprised there is no thread about it. Everyone should check it out.
Could someone help with a better guide for getting it on my phone pleeeaaaase?
Just instructions a normal person can follow. I follow them carefully. That's how I rooted my phone.
The related site: http://darkion.net/news/achievementunlocked_library_documentation/2015-07-28-86
The code available: https://github.com/DarkionAvey/AchievementUnlocked-library
Thank you
This is not what Assist is for. Read the stickies on how to use Assist
Thread closed

My first app - Improvements

Hello xdadevelopers-community,
About me:
I'm a "android learner" and my made first (in play-store released) app.
I made this project, to see how the whole process about an app - release works.
Not only the coding, also the other things after the pure programming.
So I tried to keep the programming as low as possible. But complex enough to learn a lot about android.
That mean the very basics (Activitys, Fragments, Intents,...) and little bit deeper things (Animations, AsyncTasks, inline Layoutchanges and presentation, GooglePlayServices, etc.).
It was a very interesting process to final publication. I learned about AndroidDevConsole, PlayStore-Entries, Logo and Picture-resultions, how ads work(AdMob), beta testing and much more.
The result was an very very dump app, but as I said, its not for sucess or similar.
About my post:
The app was released months ago, but then I get private problems and must stoped working at this part of my hobby.
Finally i want to bring this experience to an end.
I'm now at a point where I think, this app is in her final form.
So the last step is the criticism from way better developers.
(I wish i can post the link to the app here, but i don't have the permisions to do that. You can find it, if you go to the PlayStore and search for pright.superuser.tabtheright)
It would be very nice, if someone could sacrifice his time for a short look over it and give me his/her opinion about it.
I don't need a review, i know the "mechanics" are very bad.
But if you find:
unexpected crashes
app problems (something seems to work not right or shown right)
scale problems (i only had 2 devices for testing)
other problems..
Or if you had hints, critics or opinions about:
presentation
PlayStore-entry
other improvements..
..I would be very grateful to be pointed out and learn about how to make it better.
Thanks for youre time.
Ray
PS:It's my first post in this forum, so if it's in the false section, please give me a hint or move it into the right.
hey Guys,
I developed a wallpaper app which has nice wallpapers .
Its called Stock Photos Free(Wallpapers).
check it out on Play store.

Categories

Resources