Basically my idea is this (feel free to take it and profit off of it in the android market):
Basically what I want is to have a dancing Kirby icon in my notification bar. Like use up 3 spaces on my notification bar and have him walk back and forth and do a little dance and such. He would disappear when a real notification comes in and reappear when the notification was addressed. And then be able to change him to any character I can make icons for...like mega man!
So...is writing Android apps hard? I am a TOTAL noob at this...I'm not expecting any comforting answers
Also, if you pull the not. bar down, you can touch the running app to load the app. where you can change the character, download more characters, or just turn it off!
How much do I need to pay a developer to make this for me!? hell, he could just charge for it on the market and I'd pay for each character!
---------------
Well I've never developed anything in my life other than a webpage in HTML....so I guess I'm going to have to learn how to manipulate someone else's code to do what I want it to. That being said, my friend and I will attempt to somewhat half-ass learn how to make android apps (but not really) to accomplish my dream app!
What I need from you guys is a link, or some kind of direction to head in. I feel the easiest way to make a notification bar with a dancing Kirby on it is to take the preexisting code from some random "SMS Faker" app and rewrite it to show a picture of Kirby instead of a postcard, or a picture of an envelope. And I'll try to figure out how to make the app send updated pictures to the not. bar (like a new txt will change the icon to a picture of an envelope with the number 2 over it...then 3...then 4 as new txts come in)
But in this case the 2,3,4 would be different sprite images of Kirby in various stages of dance! I will need to figure out how to make the app send these updated pictures in constant rapid succession so as to make it look like kirby is dancing at full speed, instead of at ... idk...1 fps.
So...anybody got some SMS Faker code laying around I can mod?
---------------
How do I change that envelope to be ANY picture I CHOOSE?! And what such a line of code would look like?
Refer to included picture for this one.
Related
Do any exist and what does it take?
Basically I'm envisioning the standard Android lock screen, except for the right slider. I don't use it for vibrate, so it goes unused.
So, I would like to replace the right side slider with a smart button that allows you to open notifications based upon what you have received.
If you have an unread text, it shows a text message icon and sliding it opens to your texting app. Same thing for Gmail. Obviously its possible to have more than one type of notification, so there would need to be some sort of hierarchy (say Texts > Gmail > Email > WordFeud > Facebook > etc) so that it only opens the most important to you. Users could choose like 3-5 apps that would work with it.
If you have no notifications, then it should default to a single app you use regularly, but does not necessarily have/need notifications (Camera, Google Reader, etc).
Changing the background color of the icon would also be a good way to help differentiate between the default slider, and one that would open a new notification. For example, on the current stock lock screen, the vibrate slider has a gray background. You could keep the gray background for the default app, but when you have a text or email, the icon would change to that app and the background could change to a specified color (say orange for a text, green for an email, etc).
In addition, I wouldn't mind having the weather on the lockscreen as well. Too often do I find myself having to unlock my phone just to check the temperature outside. Obviously the down side to this is having to poll for weather data, but it is something I'd be more than willing to live with. Especially if one could chose how often it updated (30 mins, 1 hour, 3 hours, etc).
I realize most of this can be done with Widgetlocker (or maybe Cyanogen), but honestly I don't like using it and it does not feel polished enough for me. So would something like this have to be baked into a ROM, coded from scratch or whatever? Are there any devs who do this kind of work? is this level of detail even realistically possible given the nature of Android? is this even the right forum?
Just saw the last part, but I think it's still your best bet.
Just curious why don't you like widget locker, it does everything you asked for?
https://market.android.com/details?id=com.teslacoilsw.widgetlocker&feature=search_result
custom puzzle slider for widget locker
can some one please make a puzzle slider for widget locker.
i love the puzzle unlock feature.
i would love for the puzzle piece to be the chicago whitesox logo.
thankyou in advance.
2 second jobby in photoshop. I'm assuming it'd be pretty simple coding wise, something someone with no programming background (me) could be able to do?
i.imgur.com/NLwec.jpg (cant attach it as ive not made enough posts yet)
With WidgetLocker you can use any Widget on your Lockscreen.
I know that, but that's not my question.
I'm asking if there is a widget like the one I have made in photoshop - check the image.
The time and date minimalistic text, the new message alert is what im talking abouot
Hi there
How can I add notification shortcuts ( wifi, bluetooth,.....etc )( like that of CM7 ) to status bar on official froyo rom ?
\
\
\
Thanks in advance
one easy way to do it is to write an app that has persistant notifications that link to those settings. so you will always have a "button" in your notification tray
http://developer.android.com/reference/android/app/NotificationManager.html
Notifications can take different forms:
A persistent icon that goes in the status bar and is accessible through the launcher, (when the user selects it, a designated Intent can be launched)
---------
Let me know if you need more. I can write some sample code when i get home
killersnowman said:
Let me know if you need more. I can write some sample code when i get home
Click to expand...
Click to collapse
already done that: http://forum.xda-developers.com/showthread.php?t=1037817
Looks good, but it's nice to write this stuff your self. Not too hard, good app to learn from.
From something awesome
@killersnowman
What I was talking abt is A persistent icon on status bar.
I thought This could be easy but I was wrong, it's difficult.
If u can simplify the steps, I'll try to do it.
@j4velin
Regarding NT.apk, It's very good app But i wish it has direct access from status bar ( I mean when pressing for ex. WIFI, it opens another screen to activate WIFI )
actually it's not a problem, Just wishing
Thank U very much
I really appreciate your help
You mean like clicking the batter icon or the clock in the status bar and going to those corrosponding settings? There is no method for achieving this. If you try that now you will see that the notification tray starts to slide down.
From something awesome
I mean like the pic.
Maybe someone else knows but im pretty sure that cant be changed or added without modifying or changing the current rom. Or a home screen replacement (never used one so im not sure)..
From something awesome
OK
Thank u so much
wish you best of luck
I know this is a hot topic and there may be other threads on this, but hear me out for a second...
This is a cleaner version of a thought I had posted in a WP7 I started a while back (http://forum.xda-developers.com/showthread.php?t=1925656), influenced by news that MSFT is planning to add a notification centre to the joy of many - i rather they added more functionality to the lockscreen but to each his own. After more thoughts, I figured it was more appropriate to give this its own thread an post it here.
Here's what I'd do as an option for a notification centre while maintaining the OS look and not going the Android/iOS route:
1. Use the solid bar when a more than one type of notification comes in to maintain the minimalistic UI look. Use the following statement to be shown in the bar: "you have x notifications".
- Color code this bar to a shade of color that couls be specific to the app. If Twitter is purple, you would see a purple bar if there is one tweet waiting, but once there is more than one unread tweet or other another unread notification comes in, the color of the bar can either:
a) Shifts to the standard accent color for the whole UI chosen by the user.
b) Retain the color associated with the original app
2. Allow swipes to remove that notification bar. This means:
a) The only ways to access the notifications are:
- swipe left once from the home screen
- swipe twice if starting from the applications list
- double tap the special notification icon on the lockscreen (more on double tapping below)
b) the bar would be permanently removed from the top of the lockscreen. This avoids making the lockscreen look too “cluttered” or “busy”.
3. Use a special icon for the notification bar. This will be visible both in the notification bar itself AND on the lock screen. This means MSFT keeps the up to 5 icons limit and the double tapping on the 6th icon (the notification) allows transitions that open the notifications hub.
4. Double tap on ANY notification icon to open the the associated app itself from the lockscreen. If you've got dual cores, let them work via pretty transitions! Also, double tap reduces accidental press from single tap.
5. Have the following options in settings called Notifications:
- Allow the user to decide how long they want that solid notification bar to be visible on the home screen and app list screen in the same way you have the screen blackouts after inactivity. Conversely, MSFT could determine that for the user.
- Vibrate only, LED flash only or LED and Vibrate after "x amount of time for x number of times" to remind user of notifications. This allows OEMs to build LEDs if they want to take advantage and add to differentiation. Or, MSFT could just standardize the vibrations and LED flashes without taking away the OEM option to build the LED into the handset.
Either way, this ties into the option of having the solid notification bar too above. For example, if the user feels the phone vibrate with the screen off, then they will see either the solid bar or notification icon on lockscreen. If they were on a call or in an app the vibration would help them exist and thus seeing the solid status bar.
- Level of detail: MSFT can either a number count for the notification of a preview of the notification. This should not be user determined in the settings. If preview is activated, and multiple notifications come from different people for the same app (i.e. texts or tweets from separate people) show name and number count.
- Give the user the option in settings to either use the different colors or choose the notifications to have the same accent color as the rest of the UI. Place this either under Notifications or Accent colors.
6. From the start screen, swiping left brings up a notification hub automatically as a standard action.
a) Give this simple hub look by giving each app with notification its own shade of a color separate from the chosen UI color. - This color would apply for single shade in the notification list here, as well as in the bar mentioned in point #1 above.
Or:
Instead of each app having its own shade, use group accent colors based on app types listed in the Windows Store. For example, one shade of yellow for social media apps, one shade for Navigation apps, etc.
b) split the notification hub in half: have a top part of the hub with the following icons: WiFi, Bluetooth, Tethering, Battery percent, Kids mode, and settings (this should not be user selected). Display each options as either:
- Tappable words and the same switches we see to activate/deactivate in the setting already, or
- Use some tappable icons + the switches.
c) Allow each tab (whether tappable word or icon) to open directly to its own specific option within the settings hub - that way you're not digging through extra menus.
d) make tapping the bar and or the notification icon open the transition window to come from the left.
7. When kid mode is active, if there are double taps on icons on lock screen let password prompt come up to access the notification first.
8. If you want the Notification hub to be a full fledge hub itself to make the ideas above seem less cluttered, it can be a three paned hub with the following:
- main start pane has recent notifications
- swipe left for the toggles to get to the following icons: WiFi, Bluetooth, Tethering, Battery percent, Kids mode, and settings.
- swipe right for similar apps relating to settings such as system information (this can be optional)
9. More lockscreen functionality: Double tap the name of the song playing to open the music app directly.
I wish I could do same screen shots for all the stuff I laid out, but I’m not that great with graphics like that…:crying:but I could post shots of existing apps that show the visuals to some of my ideas above.
WP8 could be the minimum requirement for some or all of these ideas. Some of these might be more customization options like Android and some MSFT could just user decide. Either way, it’s still in the same framework to allow that middle road of options WP offers to users in comparison to Android and iOS.
Thoughts?
Just license the Notification center from Nokia, specifically how it was used and implemented on the N9.
bmstrong said:
Just license the Notification center from Nokia, specifically how it was used and implemented on the N9.
Click to expand...
Click to collapse
I'm not sure how well that would go over...maybe MSFT doesn't want to use too lunch Nokia stuff at the expense of upsetting the other OEM partners...
Sent from my Galaxy Nexus using xda premium
trappxl said:
I'm not sure how well that would go over...maybe MSFT doesn't want to use too lunch Nokia stuff at the expense of upsetting the other OEM partners...
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
I thought they pit elop there to run Nokia into the ground, then buy the company for pennies and use ALL their patents... why not start early with some navigation?
I'm not too bothered about notifications. It's a feature that started to annoy me with iOS, all the constant updates and screen coming on all of the time. I found my life to be a lot more productive since getting a Windows Phone. The only notifications you really need are messages and calls and they're both shown on the screen, it's not life or death if you miss what someone is saying on twitter.
ohgood said:
I thought they pit elop there to run Nokia into the ground, then buy the company for pennies and use ALL their patents... why not start early with some navigation?
Click to expand...
Click to collapse
Perhaps...but because Nokia needs money other than the handouts from MSFT, they pushed the Lumia brand really hard when they jumped into WP. If you notice now, when people think of WP they first think of Nokia. MSFT doesn't want that, which is why they teamed up with the old partner HTC who was more than willing to back to its past tactic: make a phone with another company's brand name in the title - hence the WP8X by HTC. MSFT also used HTC like that because they have better pull with US carriers than Nokia right now, especially with VZW.
So people in the know (OG WP adopters) will lean more to Nokia...Nokia now powers the whole WP maps. It makes no sense for MSFT to license a notification centre from Nokia, and they would only run Nokia into the ground to buy it if Nokia's WP are the ONLY ones that sell. Nokia shouldn't allow that, even with Elop there, because they are one of the OG companies (Moto the other) and having a more controlling owner like MSFT might hurt both companies' brands...
Sent from my Galaxy Nexus using xda premium
gilesjuk said:
I'm not too bothered about notifications. It's a feature that started to annoy me with iOS, all the constant updates and screen coming on all of the time. I found my life to be a lot more productive since getting a Windows Phone. The only notifications you really need are messages and calls and they're both shown on the screen, it's not life or death if you miss what someone is saying on twitter.
Click to expand...
Click to collapse
See, that's one of the beauties of the design of WP I like, and many others do. But there are folks who love the annoying notifications and their phone blowing up with all sorts of activity. This is why MSFT is compelled to add a notification centre to appeal to more folks and get the cross over adopters and new smartphone buyers who have friends with Android and iOS that are used to notifications. I could live with a notification centre in WP, but I think design wise they are in a fresh and unique place...perhaps a decentralized setup by adding more functionality to the live tiles, toast bar and lock screen is better than that all in one status bar notification...
Sent from my Galaxy Nexus using xda premium
trappxl said:
See, that's one of the beauties of the design of WP I like, and many others do. But there are folks who love the annoying notifications and their phone blowing up with all sorts of activity. This is why MSFT is compelled to add a notification centre to appeal to more folks and get the cross over adopters and new smartphone buyers who have friends with Android and iOS that are used to notifications. I could live with a notification centre in WP, but I think design wise they are in a fresh and unique place...perhaps a decentralized setup by adding more functionality to the live tiles, toast bar and lock screen is better than that all in one status bar notification...
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
that's a lot of words instead of :
" turn off notifications in app settings that don't matter"
you don't need a "hub" to do this if its implemented well inside each app.
ohgood said:
that's a lot of words instead of :
" turn off notifications in app settings that don't matter"
you don't need a "hub" to do this if its implemented well inside each app.
Click to expand...
Click to collapse
Lol. You're right...I've got a rambler's habit whenever I get the juices flowing talking technology...
I agree with that approach of simply improving the notifications in each app. I like not having a hub because I don't need to be notified of every little occurrence. But, since MSFT wants to make cash they will cave in an put a notification hub in. I'm not sure if they will give us the option to turn it off fully if they do.
Sent from my Galaxy Nexus using xda premium
A swipe to the left of the main home screen for home screen and quick settings.. thats what i thoght of..
Please have a look at my new app Now Cards for Zooper. I've used tsasker integration to make some of the widgets more unique - there's auto updating news widgets (more feeds will be made on request) and one which shows you your latest text message.
They're alongside calendar, weather, clock, etc. widgets. Take a look and make sure you read the description before you download. If you've got any problems, just post and let me know.
EDIT: The free version now contains a facebook widget too! (post 10 for pictures). This will stay as 4x1, but this, alongside a 4x2 and 4x3 will be coming to the paid version in the next few days
Paid version - https://play.google.com/store/apps/details?id=com.est1994.zwskin.nowcards
Free version - https://play.google.com/store/apps/details?id=com.est1994.zwskin.nowcards
Very cool idea, few questions.
Is this a "Google Now" replacement?
Its almost identical to "Goolge now" , whats the advantages of using Zooper and Tasker?
Could you add other buttons and functionality to the cards aswell?
- like say the incoming text card, can you add a reply button? that would pop up a reply text box etc?
- Or a card that has the ability to show current sound volumes? or the ability to change them from card?
- If you could add other app info like facebook (probably insane to get configured) it would be an awesome "Launcher" type of app etc.
Are you allowed to post links to paid apps on xda? Cant remember the rules (Current)
other than those, looking great! good luck.
Thanks for the support! Its kind of intended as a Now replacement, I love having Google now built into the Google launcher, but can't deal without any customizations, son its really intended for people with similar ideas.
Using Tasker gives a lot more options in terms of what can be displayed! Many things from the internet and almost any stat from your device can be displayed oince you combine the two - tasked is a lot more powerful than Zooper.
Unfortunately some if what what you're asking is still a little out of range. Things which involve interaction such as volume sliders or a functional reply box are not do-able from my app, however, you could create your own tasked scene and launch it as an OnTap action on the widget. I'd love to bundle this with the app my pself but I've found that Tasked scenes do not translate well across changes in screen size. I could definitely add one for current volumes though if you wanted? And anything else you might like? I will look into Facebook tomorrow, but its late here so I need some sleep!
And I'm not sure about posting paid links, I meant to double check the rules before posting but totally forgot! I didn't hear anything last time I did it though so fingers crossed
EDIT: I couldn't resist having a quick look - Facebook notifications can (and will) be made as a widget, but actual feeds cannot
These look great! But I am unclear as to when these show onscreen...are they always on widgets or just popup when info arrives? Thanks
They are all always on. Everything always has information to display! Are you asking more specifically about the Tasker widgets? If so, tasker collects information every 2 hours by default, with each collection gaining 5-7 stories (depending on provider). Only one story is 'given' to Zooper at a time, with the displayed story changing every 30 minutes.
I hope that answers your question?
I know this may not be exactly what you had in mind, but here's a Facebook widget I knocked up. There's also a 4x2, but that's just a shorter version of the large one. What do you think?
butler0607 said:
I know this may not be exactly what you had in mind, but here's a Facebook widget I knocked up. There's also a 4x2, but that's just a shorter version of the large one. What do you think?
Click to expand...
Click to collapse
Looks great. Upon pressing it. Takes you right to Facebook?
To me flip book is annoying. But . I'm looking for a "sense" type of home page. You ever seen HTC sense home pages? If you could make the boxes a transparent black etc. Lol I love the Google now aspect, but their new material colors are... Not what I like. Lol but that's a great start. Smaller font perhaps.
Thanks for the feedback I thought about smaller fonts, but I wanted it wall to be readable at a glance and to follow Google as much as possible, but yes, clicking on the FB widget could take you straight to Facebook, but I've left all the shortcuts blank so you can pick where you want it to take you, possibly the notifications page directly?
If you send some HTC sense pics, maybe I'll think about making some wpof their widgets at some point too?
I decided to do a free version of this too - its got all the 4x1 widgets, but with none of the tasker integration or 4x2 widgets, so you can still get a good effect. Follow the link to grab it! Lasker
https://play.google.com/store/apps/details?id=com.est1994.zwskin.nowcardsfree
Here's the new facebook widget, submitted to the free version already and coming to the paid version soon!