Home Sample help - Online Courses, Schools, and Other External Resour

I'm new to development and I've been learning thanks to thenewboston, xda and a lot of other resources. I wanted to work on the home sample that comes with the sdk and work on it. I've been trying like heck to change the density of the icons to appear high res. I've already changed the size and some other things in my time but this is really getting me. Any help would be awesome.

Related

[Idea]Transparent a.k.a glass borders and scrollers n drop down menu!!

hey first of all thanks to all the experts for giving us wm6.5 for Gene.
My idea :
To actually have all the menus, scrollbar, default program backgrounds,the dropdown menu(the 1 on which we click when in File-explorer to jump from My Device to Storage Card),the Contacts Background,the Messaging Background..etc.
All of them transparent like Glass..This is just a Personal thought as in to change the feel n look of the OS.
WM6.5 all ready has titanium with the kind of glass panels m talking about.
Due to which it enhances the Wallpaper used i mean u can use almost any wallpaper.
And about the Visibility issue which will occur in almost everyone's mind after reading this post i think we can make it translucent the same way it becomes in wm 6.5 when we click on start menu..the icons r very much visible even with a completely white background.
So i think the backgrounds in the programs like file-explorer,windows media player-library,my pictures,SMS,Contacts etc. can be made the same.
I Wish some expert graphic designers and Programmers make my imagination come true and give all us Windows users a completely new interface.
I think for this .pngs & .jpgs of the system will have to be altered or replaced with the new ones and program them accordingly.
I am not at all good at programming and neither Graphics and i dont even know whether my idea can actually be implemented or no?
Actually this idea must be shared from themes section.
hey i dont know i had put the same post in Development and hacking section now the post has disappeared suddenly..:-(
sure yaar...im waiting for the same thing?
i don know no1 from the developement section has replied to my post...i got the inspiration from wm 6.5 titanium which is packed in the new wm6.5 ROM..so if this can be made possible then we will have a great UI much much bettr than an Iphone also..coz there r N number of things which a WindowsMobile can do but an Iphone cant.
The only plus for an Iphone is its Screen which has now been compited by Touch HD and the GUI which we can improve if my idea can be implemented.
I myself m tryin2 learn programming and designing..but that will take double the efforts and time experts would take2 implement.

Notification center customization

Hi, as we all know androids notification is quite great. Apple however took this concept and in my opinion improved it. Many developer also seemd to like it and there are many apps on cydia that offers some customization.
What I'm looking for is an app or any way really that lets you customize the drop down window.
I'd like to b able to change wallpaper, change color of text, add widgets and info for fast updates.
I have spent many hours googling but I cant find anything like this. Is there any way to do this or does someone have thw ability to make souch an app?
I hope
I'm pretty sure access to the android notification can not be done through an app. Its like a core system process that probably can't be edited in real time. You would have to embed some sort of "notification drop down settings" into the OS.
But he is right Apple should not be ahead of us in any way..
Has no one left with common computer skills?
There's many topics on this here one just for you http://forum.xda-developers.com/showthread.php?t=1363528
Google and search button's seems to be extra these days
Good stuff I'll have to try. I don't know about everyone else about the search function, but I like to use my phone as a PC so the search does not work all that great through the android browser. Then filtering through the results.on this smaller than PC screen will give anyone a headache. Maybe the xda app is better idk..
airninja6r said:
Good stuff I'll have to try. I don't know about everyone else about the search function, but I like to use my phone as a PC so the search does not work all that great through the android browser. Then filtering through the results.on this smaller than PC screen will give anyone a headache. Maybe the xda app is better idk..
Click to expand...
Click to collapse
I used my standard international SGS2 found results NP..
Cool, we're gettimg there.
However im looking for more than just a theme. Widgets and the ability to add my own background. I wamt the functionality, not just the look

Need Help making a tiny wings port with app inventor , devs help please demo included

Hi I have been working with app inventor and Iam trying to make a tiny wings port with this tool.
What I have accomplished so far
1) I have the tiny wings charactor heading downward angeled left when screen starts
2) When the tiny wings charactor lands on the ground , he bounces upward at angle
3) When you press the screen the tiny wings charactor will make a quick dive down.
4) I have a score thats triggered when the bird collides with the ground
5) Reset button to reposition the tiny wings bird.
Need immediate help with
1) Making the screen scroll to the right
2) Making platforms appear as screen goes to the right
3) Who to contact so I can make a larger file size game, so that I can add the music
4) If there is anyone who can make music and sound files smaller and compressed, can I get your email address ?
Need future help with
1) Restart and reset game
2) Change animations
Goal
To show how you can make great games with app inventor by making a tiny wings type clone game. I want app inventor to be put on the map and to further promote app inventor. Anyone who helps with the project will recieve credit and project will be promoted on twitter and facebook when its done. I made an apk so you can test it out the progress so far on your device. I will update the apk as I add more to it.
I havent progressed to far so you can try the alpha version here .
Are there any developers who are experianced with app inventor or just really good coders I could use your help. I just need a couple of things to make this project complete and will give credit to those who help me. Thanks for your time!
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to General
lufc said:
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to General
Click to expand...
Click to collapse
Ok I thought the development forum was for any developer related subject. Now I know to post all questions here for the future.
Hi, im taking a look at the game you have sofar, now im not a pro dev but been dabbling in the arts of app inventor for a few months now, the problem is making games do what you want them to, even when your logic seems fair its not always easy to figure out what the issues are,
ill try figure out how to import the apk to app inventor, i dont think you can produce the sorce code from app inventor, however if it looks easy enough to fix i may need a map of your block editor and which components are used!
you can do this by taking a screen shot of your project open onscreen, i can quickly replicate this on my app inventor.
ill let you know what i think once i test this!
thanks
puggz
Edit:
Tested the apk, ike the little bouncy sound, reminds me of angry birds lol
I think the main problem your going to have is making the screen move when the target passes the screen value, quick and dirty ways to do it woud be having multiple screen arangments 12345etc when the target reaches a point on the screen arangment have it switch screen, how to do thes yet is only my basic theory's would need to mess around with the layout for this, another theory could be using thr clock timer to set screen changes, would mean calculating the time needed to pass to next screen, i think this might be a complex task..
another way would be to use an animation to move the screen a sprite function of sorts could work adding landing blocks as sprites to move with screen would need to be done too,
The problem with this its fine for a few sprites but get too complex and it will lag the app to hell,
Since there is no hardware acceleration involved, the trouble with the screen just now is it fills out to the parent, ie the devices set resolution, you could make the resolution wider and enable scrolling, this would in effect mean you could scroll left and right, up and down to the screens set resolution, it wouldent be an automatic procedure, but alot of finger swipeage.
for a basic game i think this might do the trick, just depends really on what you wish it to do really
i have ripped the main elements from the apk, all i would need is screen shots of the block editor and components used in app inventor, and settings used, or a screen shot of this too would be helpfull,
i can mess around with this idea if you like, i cant promise anything amazing but i should beable to atleast work out what needs to be done and if its possible to do in app inventor, certainly in a real sdk its possible
Ill play around with what i have for now, and workout how to implement a moving screen canvas
i think this is the easy part, getting the fixed landing blocks to be in sync may be the issue, anyways
no harm in trying huh!
thanks
thanks for trying and keep going bro you are making our dreams come true:angel:

Making an android launcher?

OK, so i am making an android launcher.
The UI
well, it will be very similar to the windows phone UI, swiping left and right between the home screen and vertical, 4 column app drawer. so the app drawer will work like the defualt vertical one on stock android. but the home screens will move vertically, swiping up/down will go to the next screen.
i think, to make the app drawer/home screen left/right swiping work, i need to have a linear layout fragment, (im working in eclipse) so that the screen would be larger than the actual screen, it will simply show PART of the fragment which will be the home screen. i need to find out if that could work.
anything else i need to know for making this app.
i have practicaly no experience but i can learn quickly. the android tutorials are not helping much for this type of app, for some reason i cant import already built android launcher into eclipse.
thanx for all the tips and help.
Thought of a name???
~RR
Sounds cool
Sent from my Paranoid Android GT-19100 using xda premium
You haven't even finished the project but have started its thread? I don't think that's allowed here.
Code:
System.out.println("Sent from my SGY");
first of all im only a 17 year old highschool who is doing this for senior project, a year long project with a "learning stretch" so i need all the help i can get.
im just wondering, does anyone know anything that could help me. anything at all.
so like bits of code that could help the system recognize the app as a launcher, so when i press home, it asks me if i want to use it.
second: how can i create a 2 page layout, i was thinking a linear layout fragment could work, so it would act as a big screen that can be moved, but then vertical scrolling could become limited.
third: how can i get the vertical app drawer to appear in the fragment.
fourth, how can i make home screens, and make them work vertically, and add widgets and stuff to them.
that is about all i need. if anyone can help, thanks alot
i will not be asking for donations and the app will be free to all when it is done
(want a credits page. ok just tell me)
app name, hmm... i was thinking Dual Launcher (cause it works with two screens vertically side by side. but im still thinking
thanx for thinking this is at least a good idea.
russian392 said:
first of all im only a 17 year old highschool who is doing this for senior project, a year long project with a "learning stretch" so i need all the help i can get.
im just wondering, does anyone know anything that could help me. anything at all.
so like bits of code that could help the system recognize the app as a launcher, so when i press home, it asks me if i want to use it.
second: how can i create a 2 page layout, i was thinking a linear layout fragment could work, so it would act as a big screen that can be moved, but then vertical scrolling could become limited.
third: how can i get the vertical app drawer to appear in the fragment.
fourth, how can i make home screens, and make them work vertically, and add widgets and stuff to them.
that is about all i need. if anyone can help, thanks alot
i will not be asking for donations and the app will be free to all when it is done
(want a credits page. ok just tell me)
app name, hmm... i was thinking Dual Launcher (cause it works with two screens vertically side by side. but im still thinking
thanx for thinking this is at least a good idea.
Click to expand...
Click to collapse
Idea is a great one. I'm a noob at apk development so i've no idea about launchers. Just a tip, don't make it two screens side by side. It may look good on tablets, but not on smartphones. And FYI, i'm 16, in 10th grade, and have developed my first app .
Code:
System.out.println("Sent from my SGY");
ok. look, dont be rude, you had your first time making an app, was it frustrating, probably, same here, since im making a luancher.
im trying to make the launcher simple as can be because i already know this is gona be hard, cause i have no coding xp.
so if you can help out with some starting codes, that would be great. i have to give credit though because its a project at school lol.
if i can get the 2 screens sliding left and right, im basically good to go, the rest i can handle.... probably
i had another idea.
modifying the cupcake launcher and adding side buttons to the bar, they would move with the app drawer sliding up too.
We are being taught Java at school since 9th grade, so i just had to learn some new things because i knew basic Java. And yes, it was very frustating. I can't help you with the codes if you don't even know basic Java (you said you didn't have any coding xp). There are many tutorials on the net, first learn some Java, practise it and then you're good to go. The learning will hardly take a week, if you're a quick one.
Code:
System.out.println("Sent from my SGY");
I have the name for your launcher...
Super Launcher
Hw about ....star launcher???
Click THANKS button if I helped, or u liked my post.
Will be honored.
Super2cool said:
I have the name for your launcher...
Super Launcher
Click to expand...
Click to collapse
U think...?
Its a really minimal launcher, it doesn't even have a wallpaper.
But I'll keep that in mind.
If all goes well, I will have a paid version latter on.
Sent from my LG-P506 using xda app-developers app
Maybe you should think of the name and other stuff once you've actually got a beta going
I'm sure you'll think of a name by then
Good luck
if you need help with a website or anything I can help just pm me
Sent from my MB860 using xda app-developers app
russian392 said:
U think...?
Its a really minimal launcher, it doesn't even have a wallpaper.
But I'll keep that in mind.
If all goes well, I will have a paid version latter on.
Sent from my LG-P506 using xda app-developers app
Click to expand...
Click to collapse
Minimal Launcher
May i ask if its possible to import a apk file with eclipse and edit it?
yken said:
May i ask if its possible to import a apk file with eclipse and edit it?
Click to expand...
Click to collapse
You can import individual XML and java/.class files but I tried to do a whole project.
Sent from my LG-P506 using xda app-developers app
inaudibly said:
Maybe you should think of the name and other stuff once you've actually got a beta going
I'm sure you'll think of a name by then
Good luck
if you need help with a website or anything I can help just pm me
Sent from my MB860 using xda app-developers app
Click to expand...
Click to collapse
I'm not supposed to be making any money from this project, so j could pay for a website, beside I know how to make one. But than anyway.
I need codes and use full info for coding the app, not a name right now gys
Sent from my LG-P506 using xda app-developers app
Here is what I have planned out.
1.linear layout with fragment, in.
.XML
2.split up the 2 fragments and make them desperate
3.add vertical 4 column app drawer to right side frag, and enable widgets and icons to be put on left frag.
Make the frags recognize swipe gestures so u could move screens (java)
Done
All I need is the codes. I have some, but they are not helping much. They r confusing.
Sent from my LG-P506 using xda app-developers app
russian392 said:
Here is what I have planned out.
1.linear layout with fragment, in.
.XML
2.split up the 2 fragments and make them desperate
3.add vertical 4 column app drawer to right side frag, and enable widgets and icons to be put on left frag.
Make the frags recognize swipe gestures so u could move screens (java)
Done
All I need is the codes. I have some, but they are not helping much. They r confusing.
Sent from my LG-P506 using xda app-developers app
Click to expand...
Click to collapse
Not trying to be offensive, but let me get this straight...
All you need is the codes? That's like most of the work. Sure, I'm all for asking for some help, but read some tutorials -and try making some simple apps first to get used to the logic. Learning the hard way by taking examples and figuring them out works, but only if you have already made some research and have prior experience.
My advise: learn first, try later.
GermainZ said:
Not trying to be offensive, but let me get this straight...
All you need is the codes? That's like most of the work. Sure, I'm all for asking for some help, but read some tutorials -and try making some simple apps first to get used to the logic. Learning the hard way by taking examples and figuring them out works, but only if you have already made some research and have prior experience.
My advise: learn first, try later.
Click to expand...
Click to collapse
Absolutely right.
People here is not helping you because you are not looking for a little tech help with the code, actually you're asking someone else to make your launcher.
Also, learning java takes a week or less? Sorry guys, this is simply not true. No offence, being able to make a small app does not mean you know the Java nor you're a developer. No way, you have to study, follow tutorials and, at that point only, asking people for some help with codes makes sense.

[Q] Everything is TINY on Galaxy S4 with Themer

Hi folks,
I'm a Themer noob, but a even with searching around I haven't found the solution. Basically, I installed Themer on my Slimkat ROMed T-Mo Samsung Galaxy S4 (M919 model), and went theme shopping. Found lots of nice ones but they all look tiny on my screen. Fonts and icons are much smaller than shown while browsing themes. For example, here's a theme I thought looked pretty. I'm attaching two pictures, one as shown in the theme browser and the other (with the tiny text and a tiny angry birds icon) the way it actually displays.
How do I change the sizes of the things, basically zooming the elements by a factor of 2-3X?
I have tried the icon size dp setting, but changing it doesn't seem to do much of anything at all.
Thanks in advance for help in adjusting the scaling!
Marc
Frankenscript said:
Hi folks,
I'm a Themer noob, but a even with searching around I haven't found the solution. Basically, I installed Themer on my Slimkat ROMed T-Mo Samsung Galaxy S4 (M919 model), and went theme shopping. Found lots of nice ones but they all look tiny on my screen. Fonts and icons are much smaller than shown while browsing themes. For example, here's a theme I thought looked pretty. I'm attaching two pictures, one as shown in the theme browser and the other (with the tiny text and a tiny angry birds icon) the way it actually displays.
How do I change the sizes of the things, basically zooming the elements by a factor of 2-3X?
I have tried the icon size dp setting, but changing it doesn't seem to do much of anything at all.
Thanks in advance for help in adjusting the scaling!
Marc
Click to expand...
Click to collapse
Hi Marc,
We apologize about this, but you say you're running Slimkat. For some reason Slimkat has also been giving other users in this section similar issues. However one possible cause for this could be your display/DPI/resolution settings. Make sure that all your settings are set to your device's default setup, as Slimkat may have changed a few of them.
If this isn't the case please let us know, thanks!
- Marco
ThemerSupport said:
Hi Marc,
We apologize about this, but you say you're running Slimkat. For some reason Slimkat has also been giving other users in this section similar issues. However one possible cause for this could be your display/DPI/resolution settings. Make sure that all your settings are set to your device's default setup, as Slimkat may have changed a few of them.
If this isn't the case please let us know, thanks!
- Marco
Click to expand...
Click to collapse
Thanks Marco. I'll poke around today and see if I can figure out how to change the DPI stuff. I've never needed to in my past Android experience and will need to figure out how to do it. I haven't yet seen an obvious setting for it, so maybe it's a build.prop mod?
I will report back after investigating!
Marc
I researched and found the actual pixel density of the S4 screen is 441. Using Device Control's build-prop settings, I found mine with SlimKat was set to 370. I adjusted it to 441 and a lot of things look more normal now in the regular launcher. The status bar at the top is now normal size and fonts are generally more legible.
However, in Themer, things still seem a bit small. I re-applied the theme, and things got a bit bigger, but still smaller than I'd like. I'll continue to poke around...
Frankenscript said:
I researched and found the actual pixel density of the S4 screen is 441. Using Device Control's build-prop settings, I found mine with SlimKat was set to 370. I adjusted it to 441 and a lot of things look more normal now in the regular launcher. The status bar at the top is now normal size and fonts are generally more legible.
However, in Themer, things still seem a bit small. I re-applied the theme, and things got a bit bigger, but still smaller than I'd like. I'll continue to poke around...
Click to expand...
Click to collapse
Whenever you have an issue with Themer, try this:
1. Uninstall Themer.
2. Delete the /sdcard/MyColorScreen/ folder (remove the Exported folder if you saved any themes).
3. Reinstall Themer.
Let me know how it goes!

Categories

Resources