[Q] How Can I Find App Activity Name - Android Q&A, Help & Troubleshooting

Hi Everyone,
I will make a theme for android and i need app activity names for custom icons. I found a website for activity name but it's not working at the moment http://activities.droidicon.com/
Does anyone know how can i find activity names of apps. Is there a website like droidicon.com

zizifos said:
Hi Everyone,
I will make a theme for android and i need app activity names for custom icons. I found a website for activity name but it's not working at the moment http://activities.droidicon.com/
Does anyone know how can i find activity names of apps. Is there a website like droidicon.com
Click to expand...
Click to collapse
I don't know any website with all the activity names, but I remember that it wasn't so hard to find it. It will take some time decompiling each app and searching for the activity line in AndroidManifest.xml. You can try this way if You are patient and have some time. I could also help You finding the right line in AndroidManifest.xml if You had some problems or didn't know how to do that

I know how to do man . So hard working waiting me

zizifos said:
I know how to do man . So hard working waiting me
Click to expand...
Click to collapse
Yeah, but once You do it, You can save all the activity names for the future
Good luck

Good luck
Sent from my GT-S5830 using xda premium

android activities
i have a source code that might help you .....
i founded on the internet a long time ago....
if someone can do a apk file that can save the app info from the phone in a notepad or a .txt or send to a email address the info that will be great
i don't have the skills to do that... i will attach the project
please let me know if you guys can do it...

zizifos said:
Hi Everyone,
I will make a theme for android and i need app activity names for custom icons. I found a website for activity name but it's not working at the moment http://activities.droidicon.com/
Does anyone know how can i find activity names of apps. Is there a website like droidicon.com
Click to expand...
Click to collapse
Take a look at this very useful app and accompanying search engine: http://forum.xda-developers.com/showthread.php?t=2404405

Related

[Q] Open source android SMS apps?

I'm trying to make a simple android texting app, and was wondering whether there are any open source sms apps for android I could use. I searched around and I saw a thread on another site saying GO SMS Pro was opensource, but after searching around I didnt manage to find its source code anywhere. Could someone clear this up for me? I would appreciate it if you told me about (and possibly provide a link to) android opensource SMS apps. Thanks in advance!
Read this
Thanks for the tutorial link, but that wasn't what I was looking for. I was thinking more of a fully featured SMS app with easily accessible open source code
Sent from my Amazon Kindle Fire using XDA
good idea
pipsqueaker117 said:
Thanks for the tutorial link, but that wasn't what I was looking for. I was thinking more of a fully featured SMS app with easily accessible open source code
Sent from my Amazon Kindle Fire using XDA
Click to expand...
Click to collapse
Look at the Google code for the AOSP messaging app. That is the only Open source app out. Go SMS is far from open source as are any other 3rd party apps.
pipsqueaker117 said:
I'm trying to make a simple android texting app, and was wondering whether there are any open source sms apps for android I could use. I searched around and I saw a thread on another site saying GO SMS Pro was opensource, but after searching around I didnt manage to find its source code anywhere. Could someone clear this up for me? I would appreciate it if you told me about (and possibly provide a link to) android opensource SMS apps. Thanks in advance!
Click to expand...
Click to collapse
Go sms pro is the best available option u can work upon !!
regarding its source code, i'll try to find and inform u abt it.....
I know I am a bit late, but SMSdroid is an open source SMS client project.
Check it out here http://code.google.com/p/websmsdroid/ and here https://play.google.com/store/apps/details?id=de.ub0r.android.smsdroid
Wow, hate to revive an old thread, but I'm in the same boat and would like to hear what the OP did in the end.
Here is what I'm trying to do:
https://forum.xda-developers.com/coding/web-apps/experience-sms-handling-android-t3610335
Ultimately, I want an app that could handle basic notifications from my carrier which come 1 or 2x a month, but allow all new outgoing messages to come from another app. Google Voice, in my situation, other people might want Hangouts or whatsapp or other apps to be their default for outgoing from the dialer/contact/call log screens. Problem is, in order for a app to be "default", it needs to actually have the handlers for SMS/MMS built in. I'm not saavy enough to write a while new app from scratch, was hoping to modify one enough to forward new messages using intent.
I'd like to revive this thread and find a current solution. I liked qksms but Development died about a year ago without resolving some bugs

[QUESTION] URL capture

Hello folks,
I'm sorry if I chose the wrong section.
I want to ask you if anyone knows a program that as a feature similar to the "Activity" window in Safari, that lets me know which files the website I'm visiting is downloading with their URL, like a sort of "URL capturing". It's a quite famous feature since a lot of people use it to download songs and films from YouTube.
Does anyone know an application which brings this possibility on an Android phone or tablet?
Thank you.
Sent from my GT-I9001 using XDA
Try this Google search result.
nyloncrack said:
Try this Google search result.
Click to expand...
Click to collapse
Thank you, nyloncrack, but this wasn't what I was looking for. Yes, I said that the Activity window in Safari is often used by people to download video from YouTube, but my aim wasn't this. I was just looking for a program to see all the files downloaded by a page with their URL.
Sent from my GT-P7500 using XDA

how to complete an App ?

hi buddies, i am newly joined to developers society and i am trying to learn android programming, i have developed several basic and simple Appz. but now i have a problem. for example one of my app has 2 activities and a list adapter and so on. i have finished the first phase of my app, now i want to complete it as an ended app with icon and just one .apk file. i would be thankful if you help me how to put an icon on an app and how to incorporate activities in app so that when u install the app on your device there is only one item and named your app with its icon?
thanks a lot
Armansch said:
hi buddies, i am newly joined to developers society and i am trying to learn android programming, i have developed several basic and simple Appz. but now i have a problem. for example one of my app has 2 activities and a list adapter and so on. i have finished the first phase of my app, now i want to complete it as an ended app with icon and just one .apk file. i would be thankful if you help me how to put an icon on an app and how to incorporate activities in app so that when u install the app on your device there is only one item and named your app with its icon?
thanks a lot
Click to expand...
Click to collapse
How to set an icon for Android app is over here:
http://forum.xda-developers.com/showthread.php?t=1759211
Re:
thanks dude, your answer solved my first question but i have not received my other questions answer ! let me explain it more clearly :
i have sent my "aquarium.apk" file from this address : "C:\Users\arman\workspace\aquarium\bin" to my tablet to see what i had developed but it has been like this in my tablet (image in attachment), i want to know how to make only one item with icon for my app when it is installed on device.
Look into the AndroidManifest.xml.
I there, you marked the second activity too with the intent-filter "LAUCHER".
For you second activity, just remove the intent-filter block.
Sent from my Galaxy Nexus running Android 4.2 JB

[Q] Android app help!

So for my class I need to make a mobile app about the arctic fox. I no absolutely no coding at all and have been scouring the web for programs that will work. I've tried MIT/Google App creator but didn't have much luck with it. I'd like it so that when you press any one of the 5 images of the fox a text box will pop out with additional information. For the title page, I just want it to simply show it as a splash screen. If anyone can recommend a suitable program that would be amazing!
Umm seems that since I don't have 10 posts kindly look at this thread for the images: overclock.net/t/1347502/making-an-android-app-help/0_30
Warm regards
Dar_T said:
So for my class I need to make a mobile app about the arctic fox. I no absolutely no coding at all and have been scouring the web for programs that will work. I've tried MIT/Google App creator but didn't have much luck with it. I'd like it so that when you press any one of the 5 images of the fox a text box will pop out with additional information. For the title page, I just want it to simply show it as a splash screen. If anyone can recommend a suitable program that would be amazing!
Umm seems that since I don't have 10 posts kindly look at this thread for the images: overclock.net/t/1347502/making-an-android-app-help/0_30
Warm regards
Click to expand...
Click to collapse
Surely your class wouldnt give you work to do that wasnt something you had already learnt or was meant to learn?
To answer your question there are a number of sites that offer this but most that I know of are paid for
i can help you with coding if you want... just write me a pn...
i not the best with the android sdk because i only developed some games with other engines for android but i think i can help you
Sorry for my bad englisch
zacthespack said:
Surely your class wouldnt give you work to do that wasnt something you had already learnt or was meant to learn?
To answer your question there are a number of sites that offer this but most that I know of are paid for
Click to expand...
Click to collapse
lol you'd think so right? Funny thing is this is a science course and all she did was link some free app builder (they are terrible btw). I have no idea why this assignment is here. I found MobinCube which has everything I need except the fact that it just smacks an ad right on the bottom of it and paying for an ad free one is 150$.
emyaz said:
i can help you with coding if you want... just write me a pn...
i not the best with the android sdk because i only developed some games with other engines for android but i think i can help you
Sorry for my bad englisch
Click to expand...
Click to collapse
Thanks! I'll keep this in mind and if I can't find any other solution I'll definitely turn to you for help. Cheers.
So this is what the app should look like: overclock.net/t/1347502/making-an-android-app-help/0_30 I added a reply post to that thread. I just need it be ad free now!

NEW! 1 click Android app builder = 1 Click to make money

Guys, I've been working on building this site for the last month or so:
http://www.websitetoapp.net
To summarize what my website does: This is a simple Andoroid App Builder from any content, in literally 1 click.
You don't have to know a single line of coding.
It's enough that you have some content to share. For example your website, or your blog or your twitter account ( twitter com/ your user name) or Facebook pages are good examples.
Trick: Even your favorite website is a good idea to make an app!
I hear you're asking "Ok but how do I monetize it?"
Monetizing you apps are as easy as one click. (You will only enter your AdMob ID while building your app.. As easy as copy and pasting). So that you can get 100% of the ad revenue.
So please check it your self!
Would be glad if you could leave your feedbacks.
Thanks
henihazbay said:
Guys, I've been working on building this site for the last month or so:
http://www.websitetoapp.net
To summarize what my website does: This is a simple Andoroid App Builder from any content, in literally 1 click.
You don't have to know a single line of coding.
It's enough that you have some content to share. For example your website, or your blog or your twitter account ( twitter com/ your user name) or Facebook pages are good examples.
Trick: Even your favorite website is a good idea to make an app!
I hear you're asking "Ok but how do I monetize it?"
Monetizing you apps are as easy as one click. (You will only enter your AdMob ID while building your app.. As easy as copy and pasting). So that you can get 100% of the ad revenue.
So please check it your self!
Would be glad if you could leave your feedbacks.
Thanks
Click to expand...
Click to collapse
well i just saw the web, and i use preview but i guess what actually you do its use a "webview" from a website? thats all? im lazy to make the app so im wondering its all?
zen kun said:
well i just saw the web, and i use preview but i guess what actually you do its use a "webview" from a website? thats all? im lazy to make the app so im wondering its all?
Click to expand...
Click to collapse
yes that's correct. It's a webview.
henihazbay said:
yes that's correct. It's a webview.
Click to expand...
Click to collapse
oh right, thanks, i guess its a good start for people who are starting, would be nice "force" or something to be mobile or try render like HTC anyways good luck

Categories

Resources