How long does it takes until my app gets published - Android Q&A, Help & Troubleshooting

I had developed a simple game for android, and just published on google play.
Problem is that I can't find it anywhere, I had search for the name of the app, and it doesn't give me any result, how much time does it take until my app is visible?
Where or how can I find it?

What is the name of the app?
Let's see if I ca find it.
Did I helped you? Click the THANKS button! My Galaxy Mini would like it, just like I do!

It looks that it takes a few minutes to one or maybe two hours to update.

Related

[Q] re-arrange items/apps in "share via" list

hi
here's a little pet peeve of mine
whenever i go to share a picture, website link, etc i am presented with a *huge* list of apps that i could ever possibly use
but here's the truth - i only ever use three (maybe four) of those apps
and, just an extra bonus, those three or four are distributed all up and down that list - and yeah, the gmail icon is at the bottom! lol
is there *any* way to modify that list??
or an app that lets us mod that list??
i'm asking you guys cuz you would know
and... if anybody wants an idea for an app to build... there ya go! i'd pay 99cents (heck, probably even 1.99) for such an app!
and, while i'm asking, i might as well say what would be just killer features ---- allow us to pick the say top five apps that would always show up, and the last entry says "all" so the entire list becomes available
would be good to be able to sort the apps that show up in that list too
anyway.. just gonna throw that out there
??
no one has anything to say about this?
Shame that there are no replies, as this is also bugging me. Here's a bump for the topic.
Annoying me as well. Recently downloaded a QR app and the damn thing added TWO entries. I'd love to be able to remove everything but email, facebook, and messaging...
How can this still be an issue
I can't believe there's no way to filter the list or at least sort the list in order used.
'Intents' and MIME-types
Recently I find that I've become rater annoyed with the list for "share via", and started wondering how I might go about deleting specific items or at the very least rearrange the order in which they appear.
I've been unable to find the answer, as most threads, only consist of the question, and no answers.
I did however find out that what causes an app to appear in the "share via"-list is an 'Intents'-argument with regards to MIME-types (.jpg or .txt etc.) when coding the app.
See: (add the http yourselves, as I'm unable to, with this being my first post)
stackoverflow .com/questions/7891473/how-to-write-an-android-share-plugin
&
stackoverflow .com/questions/3553017/android-share-via-dialog
That means, that in order to remove them from the list, we would need some app, like LBE Privacy Guard, that could limit the "offending" app's 'Intents' in certain regards.
However I've been unable to find anyone that seems to know which file to tweak in order to rearrange the order in which they appear.
I doubt this helps anyone very much, but it may just lead someone on the right path to maybe coming up with a fix for this.
Try 'Andmade Share' from the market, seems like it would be what you're after.
https://play.google.com/store/apps/...1bGwsMSwxLDEsImNvbS5hbmRtYWRlc29mdC5zaGFyZSJd
or
share customizer
Play link
Feature request added at code.google 2012-01-25
It would appear that a feature request has been put in at code.google at 2012-01-25
(Again add the http-part yourselves)
code.google.com/p/android/issues/detail?id=24741
While we are waiting for this "obvious" feature, the above reply's seem to offer what I'm asking for, at least in an app, though it ought to be built in...
Thx a lot itscro & biopsin
EDIT: I think I'll pass on the Share Customizer, with all the funky (chinese?) writing, and dec. 2011 latest update.
Andmade Share however looks like a winner, and I like the fact, that it doesn't require any permissions...
Awesome. Andmade Share seems to do the trick. Love it when old threads are brought back to life and solve a problem.
Nitsson said:
Awesome. Andmade Share seems to do the trick. Love it when old threads are brought back to life and solve a problem.
Click to expand...
Click to collapse
Can´t agree more with you, because this problem annoys me a long time now!
Regards,
Guido
Kosh_ac said:
Can´t agree more with you, because this problem annoys me a long time now!
Regards,
Guido
Click to expand...
Click to collapse
Indeed, though it doesn't seem to work on Jelly Bean unfortunately.
Nitsson said:
Indeed, though it doesn't seem to work on Jelly Bean unfortunately.
Click to expand...
Click to collapse
Maybe not right now, but give it time, JB isn't exactly widespread just yet.
Such is the cost of being on the bleeding edge...
Bawl said:
Maybe not right now, but give it time, JB isn't exactly widespread just yet.
Such is the cost of being on the bleeding edge...
Click to expand...
Click to collapse
Its been quite awhile since this thread was active, but I'm hoping someone has something new on this topic. I can't find any other threads that cover this issue...

[Q] turn image(.png) into .apk possible?

Hi!
I don't know if i should post this on galaxy ace forum because it's not about the galaxy ace itself. I'm sorry if i'm posting on the wrong sub-forum but you guys are the experts with galaxy ace.
I'll ask for your help anyway
Is it possible to turn an image into .apk? I would like to make some kind of app that shows me an image in full screen (320x480) on my SGA.
If the app already exists, can you tell me what app is that?
Thanks a lot
1. This should be in the general section
2. Isn't that what the Gallery app does?
costeira said:
Hi!
I don't know if i should post this on galaxy ace forum because it's not about the galaxy ace itself. I'm sorry if i'm posting on the wrong sub-forum but you guys are the experts with galaxy ace.
I'll ask for your help anyway
Is it possible to turn an image into .apk? I would like to make some kind of app that shows me an image in full screen (320x480) on my SGA.
If the app already exists, can you tell me what app is that?
Thanks a lot
Click to expand...
Click to collapse
You don't need to turn an image file to apk to make such app. You need to make an app to read, open, and show you image file(s). The gallery is already there. You can find bunch of the like apps in the market too, e.g. QuickPic.
What on earth for??
Hi all!
Thanks for your tips.
Perhaps i explained myself badly, i''m sorry.
I don't want to open a random picture with gallery. I want an app to open the SAME picture every time i open the app.
Imagine that you have a picture of your grandmother on your wallet, i want more or less the same thing on my phone
I just need press the app icon and voilá, my picture is shown in fullscreen. that's what i was looking for.
Yesterday i was watching some videos on youtube and i now have more or less the idea what i need to do to make such an app.
The problem is that i'm not very savvy with with Java and Android SDK and it will take me some time create the app that i need.
costeira said:
Hi all!
Thanks for your tips.
Perhaps i explained myself badly, i''m sorry.
I don't want to open a random picture with gallery. I want an app to open the SAME picture every time i open the app.
Imagine that you have a picture of your grandmother on your wallet, i want more or less the same thing on my phone
I just need press the app icon and voilá, my picture is shown in fullscreen. that's what i was looking for.
Yesterday i was watching some videos on youtube and i now have more or less the idea what i need to do to make such an app.
The problem is that i'm not very savvy with with Java and Android SDK and it will take me some time create the app that i need.
Click to expand...
Click to collapse
Are you using stock? Do you have 3DGallery?
Well... If so... I barely remember a widget that allows you to place an image wherever you want in your screan... Like having a photo frame on your desktop... I don't know if you know what I mean... But right now I can't remember the name of the widget... But id does pretty much what you are looking for
jrxtepan said:
Are you using stock? Do you have 3DGallery?
Well... If so... I barely remember a widget that allows you to place an image wherever you want in your screan... Like having a photo frame on your desktop... I don't know if you know what I mean... But right now I can't remember the name of the widget... But id does pretty much what you are looking for
Click to expand...
Click to collapse
Im using ICS by jusada.
I don't have 3D Gallery, I didnt even know this app existed. The app seems cool and i like the concept of 3D Gallery but that's not what i was really looking for.
I'll try to search for that widget you are talking about.
Thanks for your help man
costeira said:
Im using ICS by jusada.
I don't have 3D Gallery, I didnt even know this app existed. The app seems cool and i like the concept of 3D Gallery but that's not what i was really looking for.
I'll try to search for that widget you are talking about.
Thanks for your help man
Click to expand...
Click to collapse
Alright!
Well, I just thought the widget had something to do with the Gallery app but seems it doesn't
I'll keep searching for that widget... I'll let you know if I find it out!
jrxtepan said:
Alright!
Well, I just thought the widget had something to do with the Gallery app but seems it doesn't
I'll keep searching for that widget... I'll let you know if I find it out!
Click to expand...
Click to collapse
Ok thanks
I've found an app "Android Photo Widget" that does more or less what i need.
I've added a new screen to SGA and with this widget i picked a photo for that screen.
The only problem is that the picture is always showing and i just wanted the picture to be shown after i press the app button. It does what i wanted, just not by the way i wanted but it's ok.
I'll keep looking for a better app anyway but this one does the job.

Sort results in market/play store?

Hi! Is there any way to sort search results on the Google market e.g. after downloads or views or rating? Thanks.
Ad
Sent from my NexusHD2 using xda app-developers app
Not currently possible in the app, but it should be possible on the website.
Yeah on the website it works but whyyyy is Google not integrating it in the app.
Isn't there the possibility to integrate this function in a mod somehow?
Thx
Sent from my NexusHD2 using xda app-developers app
Even on the website, the only options are by Popularity and by Relevance.
I wish i could sort by Rating, by Developer, alphabetically...
google seems to make it on purpose not to let you sort the results... MADAFAKAZ!! :x
Ev0luti0n_ said:
google seems to make it on purpose not to let you sort the results... MADAFAKAZ!! :x
Click to expand...
Click to collapse
It can barely find information about anyone asking about sorting results from play store. xda developers must be only ones who think outside the box.
How we can make it sort every search results as i want.
Like downloads, stars e.t.c.?
Sorting seems to have been removed from the website as well. Damn it Google, why must you turn everything to ****.
I've just had to reinstall after a full reset, and this has to be one of the worst aspects of the play store. I wish I understood programming, but is there anyone can make an app to fix this lack of sortability and lack of filtering?
I'm with @Newtoys, why does google always go one step to far and mess up perfectly good things?
Agreed: Google makes it Harder, not Easier!
Searching for a small business collaboration app
Only returns results with app that have the word "collaboration" in the title?
If I was a developer, I would be reluctant to ever get involved,
how are potential customers supposed to find your App if you don't give it a name that sound too much alike all the other apps in the same category.
And Furthermore: I don't care about the icon, I want to be able to scan an encapsulation of the capacity of the app... Who cares what color the button is going to be on my screen !!!
If Google is the "Ultimate Search Engine" why then can't I use a Google search to go through the Play Store Apps..?
NO !!! Instead it returns a listing of Other Web Sites and the Apps that they recommend ?
I am with you guys on this. Been wondering this for years now. I also found it weird that when I try and Google search this issue, this thread is the only one relevant to our problem. I'd be willing DL a modified play store app even. The worst is when I want to see about any new/updated apex themes and I have to browse a library of themes I've seen before.
billybag said:
I am with you guys on this. Been wondering this for years now. I also found it weird that when I try and Google search this issue, this thread is the only one relevant to our problem. I'd be willing DL a modified play store app even. The worst is when I want to see about any new/updated apex themes and I have to browse a library of themes I've seen before.
Click to expand...
Click to collapse
lol, exact same f##@ up when im going thru Layers themes !! Usually we need the latest updated themes since they work as expected with updated AOSP Roms...but stupid google wont let me sort a list of apps by the 'last updated' date !!
Any 3rd party apps that browse the entire play store app catalogue and have the ability to sort them by their last updated date ?
same here... i want to sort apps by it size since the day start using play store but never see such feature or any proper useful sorting method in play store.. and when google for sprting apps, i end up right here... hope some1 has the solution for this... seriously...

[App Request] Switch To Windows Phone

Hello!
Can anyone upload Switch To Windows Phone *.apk here? I want to switch, but this app isn't available in my country and I don't know why.
There it is: here
You should try Google it yourselft first. There is no link to APK in Google yet, all pages links only to Google Play.
cities516 said:
There it is: here
Click to expand...
Click to collapse
The irony of this ^ jerk's response is that googling it, brings you to this very forum thread.
I have very little respect for people who tell others to "Google it", on forums that are popular enough to become part of the Google results themselves. Sure, you perhaps cause that one single OP to do a bit more independent research the next time around, but you waste the time of hundreds of subsequent readers that land on your valueless comment AS THE RESULT OF DOING THEIR OWN RESEARCH.
Anyone have the APK?
I know you guys can download it from google play, but when I try it says 'This item cannot be installed in your device's country.' I get that a lot.
Usually I search APP apk and get it, but for this app everyone seems to be pointing to google play and that doesn't help me.
So If anyone knows a direct download for the APK please post it here thankyou.
Here you go

My first published app

Hey,
I only just published my first app - it's a pretty simple game, I have a better one coming soon also. If you could spent a few minutes to download and test it and tell me what you think about it I would be very grateful
Here's the link: https://play.google.com/store/apps/details?id=com.mg.bfall&hl=pl
I don't know why but when I search the google play with "Bfall" it doesn't find my app, you need to type "com.mg.bfall" or my name "maciej grzeszczak" or "maciej bfall" to find it.
Again thanks a lot for your time!
Hm, this belongs here: http://forum.xda-developers.com/forumdisplay.php?f=2212
Or here: http://forum.xda-developers.com/forumdisplay.php?f=530

Categories

Resources