Hi Guys .... do you all interest to build android application?
Then , lets build together.....
I'm still learning about android,,,........
I'm not perfect in this section , I read already how to build one android application.
I need friend to build android apk..... to discuss and to help each other
let's vote guys......
and I suggest from professional regarding with this section... Please help ....
I'm waiting guys
please let me know
after 10 people we can start
more than 10 no problem
but at least 10
U have started this thread so u must also give some info or video so start with...
wat kinda app u gonna build...????
Ok
we nee some tools to build android apk ......
1/- Java
2/- Eclipse
3/- Android
All these are major components of an Android development environment.....
And how? what application we gonna build .... This also we must agree all ......
Java
DOWNLOAD here!!!!!!
Eclipse
DOWNLOAD here!!!!!!
Android SDK
DOWNLOAD here!!!!!!
All these are needed , when we build one android apk
Ok Guys lets name and think for our android application
First of all, you don't even have the objective of the app. What is it?
Hzu said:
First of all, you don't even have the objective of the app. What is it?
Click to expand...
Click to collapse
Ok then, I will choose ..... Let's build bootanimation viewer apk,
Do you all agree?
Sent from my X10i using xda premium
have you any screenshot from th transparant theme,
and can i use the theme on Wolf`s V6s?
cheers
lex1986 said:
have you any screenshot from th transparant theme,
and can i use the theme on Wolf`s V6s?
cheers
Click to expand...
Click to collapse
Sure..... You can use for any Rom except MIUI Rom....
Don't lazy to press THANKS ...
Sent from my X10i using xda premium
Let stop for a while now guys
I think nobody want to try ......
Just wait for my upload
could you try and fix up this keyboard: http://forum.xda-developers.com/showthread.php?t=1137465
details of issue is on the 4th page
is this a good starting point to practice?
Ps.: we know you are a bit excited, no need for lots of smileys
{
"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"
}
I'd be very eager to help building android apks but i'm not that good at it..
So i suggest we could try to mod or improve an app first and then begin to build some
What would be of my personal interest is the stock lockscreen. i would like to move the sliding bar downwards, so that it is closer to the 3 buttons down there (like at the arc), that would be nice, i think So if you can give me some advice how to achieve that, i would be very pleased.
Here you can see what i mean:
Stock lockscreen: ____________________________________Modded one:
(picture is not from me, only modded it for demonstration purposes)
And i've got another app which might be of more or less public interest to mod: the stock sony launcher..you all kinda know that if you go into the overview mode the widgets are jumping around wildly, even if you are not shaking the phone..that's some point which could be improved, but i actually don't have a plan how we could do this..so we would have to brainstorm..
What do you think?
And by the way, i've got some skills at photoshop and stuff like this...so if you need some backgrounds or buttons or whatever for your app i could create them for you guys
Adolf1994 said:
could you try and fix up this keyboard: http://forum.xda-developers.com/showthread.php?t=1137465
details of issue is on the 4th page
is this a good starting point to practice?
Ps.: we know you are a bit excited, no need for lots of smileys
Click to expand...
Click to collapse
Ok then I will work on it,,,, But not now wait until I PM you
Related
While playing with android today, I discovered something in the docs which people have been looking for. (I remember there was a thread on this few days ago but couldn't find it now. :S) The docs tells you how to make the IME not cover the fullscreen.
Picture speaks a thousand words:
{
"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"
}
The decision is controlled by the App, the TextView itself by specifying android:imeOptions.
See here: http://developer.android.com/resources/articles/on-screen-inputs.html (Ctrl+F: flagNoExtractUi)
I hope this helps the devs.
omg some please make this happen
me likey...i hate the keyboard being fullscreen sometimes..
djdamon said:
omg some please make this happen
Click to expand...
Click to collapse
You realize this is up to the developer of every single application that you use. I know some of our local wiz devs can whip this into the stock open sourced apps, such as the browser (please!) and messaging. However, for 3rd party apps it is going to rely on the developers seeing this thread, taking interest in this idea, and implementing it.
So... you have an app you use, point your developers to this thread and ask for some love.
daveid is right.
The picture above is a quick hack on my Mms.apk. However, I do think it's possible to make it a default behavior. Need someone to force this to always on in the framework. That's dirty hack though, at least to me.
I remember there was a thread on this few days ago but couldn't find it now. :S
Click to expand...
Click to collapse
You were probably referring to my post. I knew I should have posted it in the dev section. My thread is of people saying they want it but with no progress. good job tho. hopefully we will start to see a fix.
http://forum.xda-developers.com/showthread.php?t=666990
well you said that the app is what follows this restriction; to make it always use fullscreen. what if we just remove the feature from the IME.apk all together? is the noextract cmd written within the IME? if so we can make the app have to use the non full screen mode. perhaps set the parameters to zero on IME so fullscreen can never be called upon. just a thought. don't know that much about this stuff. could u share exactly what you did to make this work? just insert the noextract value in the apk and resign?
Sent from my Nexus One using the XDA mobile application powered by Tapatalk
daveid said:
You realize this is up to the developer of every single application that you use. I know some of our local wiz devs can whip this into the stock open sourced apps, such as the browser (please!) and messaging. However, for 3rd party apps it is going to rely on the developers seeing this thread, taking interest in this idea, and implementing it.
So... you have an app you use, point your developers to this thread and ask for some love.
Click to expand...
Click to collapse
Or up to the devs of IME's to simulate that flag always being set. I'm looking into it in my mod anyway.
jonasl said:
Or up to the devs of IME's to simulate that flag always being set. I'm looking into it in my mod anyway.
Click to expand...
Click to collapse
thanks man! im sure ull make it happen. please keep us posted.
Yes, jonasl, looking forward to that. since i've been using ur MOD since some version ago, you deserve some bucks for your work.
Plese take a look at this and tell me if it is possible. it looks amazing
http://angelman8.deviantart.com/art/Typophone-4-175481865
Of course it's possible. But is someone with the know-how willing to do it??
That is a Lock Screen Theme, not a total Home Screen Theme.
This is awesome, I would love it also.
Anyone up for the challenge?
hgalanos said:
This is awesome, I would love it also.
Anyone up for the challenge?
Click to expand...
Click to collapse
Yea it is a lock screen Theme and it will be awesome if someone can take up this project.
Or if someone is willing to help me i can do it.
I'm happy to help. Can I?
What do you need?
it's looks similar to TypoClock for android.
{
"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"
}
http://forum.xda-developers.com/showthread.php?t=814054
Would be very nice, if the sms and the call´s could keep apearing on the lockscreen...
I like those kind of themes... With the over sized letters in black and white... Like wp7... Some what
It´s not a theme it´s a lockscreen...........................
preston74 said:
it's looks similar to TypoClock for android.
http://forum.xda-developers.com/showthread.php?t=814054
Click to expand...
Click to collapse
Where did you get the Google search Addon widget?
kurt-willems said:
Where did you get the Google search Addon widget?
Click to expand...
Click to collapse
you are using android, now? didn't know that! i think the widget is in the market...or did it come stock with android? i had it...but been a while since using android and deleted all that mischief...
jsmccabe78 said:
you are using android, now? didn't know that! i think the widget is in the market...or did it come stock with android? i had it...but been a while since using android and deleted all that mischief...
Click to expand...
Click to collapse
Yeah
I tray it; but to be honest I don't understand much things from Android.
I only give it a tray/chance/discovering because more and more people are talking about it, and have sometimes some questions.
So I tray it to be able to help some questions.
But finale conclusion is that when I set my device on Android mode it border me jet after 15 minutes, so I revers back to WM Much more fun/understanding
fore me.
But If I must be honest, the only thing I like is the HTCSense.com Concept.
If this would be integrated also fore WM users it was top
But fore the moment (I'm afraid it will be fore long time) I will be a fervent WM fan!
kelvin_swe said:
Plese take a look at this and tell me if it is possible. it looks amazing
http://angelman8.deviantart.com/art/Typophone-4-175481865
Click to expand...
Click to collapse
Since that's just a lock screen, can't these suffice: MyMetroLock & Jaxbot's WP7 Lock Screen?
iphone
who wants to copy i phone stuff
mrjazz said:
who wants to copy i phone stuff
Click to expand...
Click to collapse
Yeah, and where did that iPhone developer copy the lock screen style?... WP7...
There is a ROM.. MIUI or something that is.. Very iPhone like... Somebody had a little to much time in there hands and instead of a making a unique ROM Style.... NO they went with iOS in mind...
I tried it out and its not bad but so much potential wasted... in my opinion
hakuchi18v said:
There is a ROM.. MIUI or something that is.. Very iPhone like... Somebody had a little to much time in there hands and instead of a making a unique ROM Style.... NO they went with iOS in mind...
I tried it out and its not bad but so much potential wasted... in my opinion
Click to expand...
Click to collapse
This looks nice. but its on anrdoid
http://forum.xda-developers.com/showthread.php?t=814054
Just curious whats the progress on Android on NAND on HD2
belive me it the fastest one and the best looking with hundreds of new features which the x10 roms like the wolf, cm7 nd all dont have.
also i have included the iphone theme for the rom which amazing.
hope u enjoy.. the rom isnt mine and nor the theme. jst random searches frm the net.
links :
ROM :http://www.mediafire.com/?sbuvsn2skvu447q
THEME : http://www.mediafire.com/?dhw2jdpdf42uca7
ROM INFO : http://forums.miuiandroid.com/showthread.php?9006-MIUI-1.8.26-Stock-MIUI-(TripNMiUI)
all credits to tripnravers
{
"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"
}
OK, the links are now good, however, this is tripnravers work and proper credits should be given,
Just because he is banned from this forum doesnt mean you can rip off his work and share it here, please give him credit (He doesnt let things like this go without airing his views, I would watch out for some earbashing if I were you)
As for best ever ROM....i will leave that for the users to discuss, its not to my taste
Regards,
Greg
gregbradley said:
virus in the links-check attached thumbnail
reported
Click to expand...
Click to collapse
sorry for the bad links,
new links updated
so let me check, You grabbed a rom from some other forum, applied a theme, reuploaded the whole thing & posted it in Themes & apps section of XDA...hmmm interesting
by the way it's miui & that's why it has features that CM7 & stock-based roms like wolf's don't
Dude looks like its Trips MIUI, BETTER OFF GIVE HIM CREDIT OR HE WILL start a war on you..
Sent from my X10i using XDA App
I don't like this ugly theme, from what phone is it?
+don't like the trojan report.
[Sacarsm Inside.]
Cool story bro.
Trip will throw his **** at your face it you don't give credit to him. Add it now, or never...
This is TripNMiUI ROM, nothing special.
I love the way how of all the things wrong about this topic some people are concerned about giving credit to that guy which is the least important in this case
...thanks!
well that's a pretty old ROM!
we have latest Miui for our x10's.
PS - I HATE GOD DAMN IPHONE LOOK!!!
Z3US911 said:
well that's a pretty old ROM!
we have latest Miui for our x10's.
PS - I HATE GOD DAMN IPHONE LOOK!!!
Click to expand...
Click to collapse
Lol..we all do
After 2 days using this ROM, All my Setting didn't work>force to close Activity Setting. Can tell me how to solve it? or should I use latest version? give me the link please.
are still waiting to download a newer version .. think there is much difference between this version and 1.9.30?
Z3US911 said:
well that's a pretty old ROM!
we have latest Miui for our x10's.
PS - I HATE GOD DAMN IPHONE LOOK!!!
Click to expand...
Click to collapse
Can u give me the link of latest miui rom for x10
Sent from my X10i using xda premium
Can I use iphone 4G 6.7.mtz on SkuMIUI 1.9.16?
I realy love the mac design and i had some free time so I made this :
{
"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"
}
What do u think?
Its really easy to make, I made it with ADW
Quick Tutorial:
1. download and install ADWLauncher EX from the market
2. download the attached dock.rar and extract it (i found the dock on Google search and i edit it)
3.open adw, and go to ADWSetting
4.go to "Themes Preferences" -> Main dock -> costume , and choose the dock.png that u download before
5.ok , now all u need to do its to change the icons , u can find mac icons on here:
http://www.iconarchive.com/
http://findicons.com/
just search "mac" or "safari" (what ever u want) , u also can search on Google images
6. after u download the icons u want , u simply touch and hold the app u want to edit , and press "edit"
7. now u can also download the wallpaper ,and u done
If u on revolver u can also hide the status bar
Please hit the thanks button if i helped u
I think the guys over on this thread would be interested
http://forum.xda-developers.com/showthread.php?t=1050703
Bro this looks really great! I love it. Please make how to tutorial
Make a tutorial dude?!?!?!?!!?
WTF? are you kidding?! why in the world would you want an apple-ish looks on an android? might aswell buy an ipad!!
num1gever said:
WTF? are you kidding?! why in the world would you want an apple-ish looks on an android? might aswell buy an ipad!!
Click to expand...
Click to collapse
Can't tell if being sarcastic...
i9apps said:
I realy love the mac design and i had some free time so I made this :
What do u think?
Its really easy to make, I made it with ADW
If u want I will make a "how to" tutorial
Click to expand...
Click to collapse
Can you post the background please? Nice work imitationg mac os x. It's pretty good. Looking forward to the tutorial.
whips said:
Bro this looks really great! I love it. Please make how to tutorial
Click to expand...
Click to collapse
Aerox912 said:
Can you post the background please? Nice work imitationg mac os x. It's pretty good. Looking forward to the tutorial.
Click to expand...
Click to collapse
I made a taturial and posted the background, have fun!
Nice work, but not for me.
I don't want iOS icons on anything i own.
Is the status/menu bar hidden or did you just cut it out of the screenshot?
funnycreature said:
Is the status/menu bar hidden or did you just cut it out of the screenshot?
Click to expand...
Click to collapse
Its hidden, u can do it on revolver rom
I'm wondering if iOS guys can twick the iPad look n' feel like we, Android guys, can!
What is with the hate? OSX is not IOS, they are different OS's both made by Apple. Seems more like blind Apple hate more then just not liking the theme.
The theme is not for me, but I think its awesome that it can be done, thanks for sharing with us.
Trumpex said:
What is with the hate? OSX is not IOS, they are different OS's both made by Apple. Seems more like blind Apple hate more then just not liking the theme.
The theme is not for me, but I think its awesome that it can be done, thanks for sharing with us.
Click to expand...
Click to collapse
Thanks for the support,
If anyone have any request or question just ask
Hello guys i am developing an android app! For Domino's! I am struck with background setting. In the following pics Pic1 is ok Pic2 should be like Pic3 how should i do it Friends? Please help me!
{
"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"
}
Snil said:
Hello guys i am developing an android app! For Domino's! I am struck with background setting. In the following pics Pic1 is ok Pic2 should be like Pic3 how should i do it Friends? Please help me!
Click to expand...
Click to collapse
You're developing an Android app for Domino's? So you're doing this on a commercial level and being paid for it - but you don't even understand the basics on photo-editing, resizing etc?
I presume that you are going to share your fee with the good people on XDA if any of them help you?
The first one is good
U should edit it
Write in the pic the dominoz quote or something good
sent by typing by my fingers
Android Project
Its not on commercial level i want it for my collage final year project!
Can you tell us something more about your problem?
Are you trying to targeting your app for mobile and tablet devices and you have a problem with the UI?
Snil said:
Its not on commercial level i want it for my collage final year project!
Click to expand...
Click to collapse
You should really have made that clear at the start . Also, please don't email me directly asking for assistance - I don't respond to direct questions.
If the question you have here is simply about formatting a graphical image then there are probably much better places than XDA for it - specifically for whatever software package you are using to create/edit the images.
Reply
Then can you please sajust me any such site! And do you know android scripting? Then please help me!
Reply
Sorry for the direct reply!
Reply
I dont yet know what is that UI! But ya i am trying to do this app for mobiles and tabs! When we flip the device the view changes to Pic 2 i don't want that to happen! I cant it to kook like the Pic3 means the clock should move aside!
I'm not sure what, exactly, you're trying to achieve. Are you saying the background in 'portrait' mode should look like pic1, but when you rotate the phone it should look like pic3, not pic2?
Not sure how you would do it - I would try making pic1 wider (put 1/2 a screen-width of plain background each side) and see how it scales then.
Or else tell me how to resist the screen to flip in landscape mode, even if the device is turned! And i am using android SDK with eclipse!
Reply
Or else tell me how to resist the screen to flip in landscape mode, even if the device is turned! And i am using android SDK with eclipse!