[APP] FlipFeeds: Flipboard 'esq reader for all Android Devices. Complete it? - Android Software Development

Hi all,
I have been working on an HTML5 based reader similar to Flipboard that would work in Android, iPad, Windows 8, etc. However, with news that Flipboard will be releasing to Android this year, I'm debating on if it's worth my time to finish. A few things of note:
It's powered by google reader
It actually has a better image grabbing engine that FB for image detection
Around 32 page layouts thus far
Scales areas and fonts dynamically to fit any resolution tablet/screen
Grabs the first few pages, then keeps going in the background for quick start
{
"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"
}
Here's a link to check out the super-pre-alpha: http://youtu.be/g3hNYtNVGJM (so you can see it already grabs articles and sorts areas and images)
What do you think? Should I put the time in to finish it for everyone?
Thanks,
B.

I think if u can manage to create and page transition effect that makes flipping through them as exciting as it is on Flipboard then ur App will sell itself....i don't see that on your video.... it's laying out new nicely though.
try to focus on visuals and gestures.

typongtv said:
I think if u can manage to create and page transition effect that makes flipping through them as exciting as it is on Flipboard then ur App will sell itself....i don't see that on your video.... it's laying out new nicely though.
try to focus on visuals and gestures.
Click to expand...
Click to collapse
Yea, it's complete alpha stages right now. I don't even have the code in for viewing an article. I won't be taking the exact FB effect, but was planning on making a swipe effect of some kind, but don't want to spend the million hours finishing this out if everyone says "Why bother, we'll use FlipBoard."
Thanks,
B.

Put in mind that Flipboard announced that the company will release the app only for chosen devices ....so if your app suits older less powered devices and have some cool features that are optimized for smooth browsing and doesn't consume battery ...then i think u should work on it and don't give up .
second of all you should know by now people lke to try out new apps every now and then ...we get bored fast my friend
good luck developing ..but if u loose interest then it's also ok .....maybe u will come up with something even better

typongtv said:
Put in mind that Flipboard announced that the company will release the app only for chosen devices ....so if your app suits older less powered devices and have some cool features that are optimized for smooth browsing and doesn't consume battery ...then i think u should work on it and don't give up .
second of all you should know by now people lke to try out new apps every now and then ...we get bored fast my friend
good luck developing ..but if u loose interest then it's also ok .....maybe u will come up with something even better
Click to expand...
Click to collapse
Yea, now that the APK is out I'm seeing that Flipboard is working fine on older devices, I think I'll hold off. While I'm happy to continue building this, I don't see much point unless Flipboard doesn't come out tablet optimized. Happy to give people another option, but I only have a limited amount of time, and could never compete with the feature list that FB provides.
Thanks,
B.

Related

[Rada-Dash] Launcher Design

Hey everyone. I'm working on a new launcher for my T-Mobile Dash (S620). Its in its infant stages. i have a few sketches, and 1 fleshed out concept. I'd like to get some feedback and see what y'all think. The pin-wheel above the clock would rotate to show day and night. It was inspired a bit by the layout of the xbox 360 dashboard... and every other according menu ever made (microsoft wasnt first)
codename: Rada-Dash
{
"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"
}
enjoy.
There has been an update in progress.
http://forum.xda-developers.com/showthread.php?p=2595022#post2595022
love your mock up. Imo, I would see what those tabs cascading from highest on left to lowest on the right might look like. then make every one a different color- user customizable even. I really dig what you got there othrwise great work.
I don't have a dash, but that looks pretty sweet. I would use it if I did and I do have a few friends with Dashes and I would definitely let them know about this.
kewl one waiting bro any expected date for release
NJackal said:
kewl one waiting bro any expected date for release
Click to expand...
Click to collapse
I have a little bit of documentation reading to do before i get started on development. I'll try to keep this thread updated for y'all. I'd love to work along side someone who knows what their doing. i can write actionscript and parse xml all day long... What will hold me up this project, is my unfamiliarity with developing software for wm6.
looks great.. hope to try it soon..
Radakast,
Looks good. Hope to see the finished article soon.
WB
Looks like the blade style like the xbox360 uses. Nice! This would be an awsome launcher for my 8525. I must commend you on taking the launcher gui in a different direction. Most people are stuck in the Diamond/Iphone theme rut and its causing a lot of repetitive results. Enough of my babbling. I definitely will be keeping an eye on the development of this launcher.
Brilliant idea! Your design is way too dark however.
Seriously one of the best home screen concepts!
Forgive my ignorance but is your device a smartphone? What program will you use to develop your screen? Having just left a smartphone (Moto Q) I was under the impression that the homescreen customization is limited except for a few programs (i.e. SBSH Facade, phoneAlarm). If there is hope for homescreen customization, i'm all for it. I am just curious how it is possible.
Hey guys. I spent a few hours working on this this weekend. thanks for everyone's replys
@Vision77
Thank you. I'm a web interface designer, and im trying to bring alittle bit of that action to the smart phone platform.
@N1c0_ds
Yes it is way to dark. I designed it in my pitch black room at 2 in the morning and it looked plenty bright. I made a demo for my phone (linked below) and i was tryign to show it off to people yesterday and had to cup my hand over it... not good! my next revision will be much lighter.
@jerkules
You are forgiven. Its written in Flash Lite (Targeted Flash Player 7 written with Actionscript 2). I can blabber on and on about the technical abilities of flash player 7, but I'll spare you. pretty much its going to work like this:
dash.exe will be written in vb or c# and will work as the glue between the phone's api and flash. it will interpret the phone's commands (ie: display that you have missed a call) and my flash api (which will be open source when im done so you can all make custom phone aps in flash...) will update the flash movie with the new information. and then wm6.1 will be told to use dash.exe instead of regular home.exe.
And now for the update.
I'm really excited for this project. yall seem to enjoy it so ive added it to my stack of things to work on.. Here is the progress i've made
And because its made in Flash. i can post a real example, not just screenshots of it.
http://www.motionharvest.com/forums/xda/dash/radadash/examples/clock_and_sliding/
I've made a small movie too. this examplifies N1c0_ds analysis that its too dark. im also not going to win any cinematic awards for my camera work.
http://www.motionharvest.com/forums/xda/dash/radadash/examples/clock_and_sliding/dashexample.wmv
enjoy
reserved for possible update
Great Idea!!! i really like it, if i may just make a suggestion, maybe on the slider for texts, have some type of notification that there are unread texts. maybe something for missed calls as well? cant wait to see where this is going. Good luck!!
Great idea, love simplistic designs. If you need any help with the flash stuff I would suggest twolf, he's done really great work with flash for throttle launcher.
I've just seen this & I must say it looks really interesting. Has there been anymore progress on this recently?
To the OP - are you able to update us on progress please?
Thanks
WB

New app store for HD2 (coming soon)

Hello i am a htc hd2 owner and i know how hard it is to find some apps and games for this divice as there dotted all over the internet.
i only just started 2 night just made a quick design and 1 app to download in html but i am soon to make this into an app in the next 2 weeks. i have about 130apps i know of and tested on the phone and will give them all ratings and so on but atm its just the design stage.
Just want to know what you think of the basic design.
Be warned this is very early stages i have 2 weeks of work and plan to make it withing 2 weeks.
http://hd2apps.webatu.com/
qpr1991 said:
Hello i am a htc hd2 owner and i know how hard it is to find some apps and games for this divice as there dotted all over the internet.
i only just started 2 night just made a quick design and 1 app to download in html but i am soon to make this into an app in the next 2 weeks. i have about 130apps i know of and tested on the phone and will give them all ratings and so on but atm its just the design stage.
Just want to know what you think of the basic design.
Be warned this is very early stages i have 2 weeks of work and plan to make it withing 2 weeks.
http://hd2apps.webatu.com/
Click to expand...
Click to collapse
Yeah the site now says "Website Under Review", looks like your web host thinks you are doing something hinky .....
watcher64 said:
Yeah the site now says "Website Under Review", looks like your web host thinks you are doing something hinky .....
Click to expand...
Click to collapse
sorry that was my fault just playing arround with it should be working now
qpr1991 said:
sorry that was my fault just playing arround with it should be working now
Click to expand...
Click to collapse
Nope still the same thing, tried with two diff browsers on two diff machines ...
{
"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"
}
it works now, but i dont like the idea of a web browser app... if there's enough votes, I can build a (awesome looking + fast), app store (more like a repo, but will work the same way)...
I know php, so im thinking have a web portal for devs/app-makers to upload apps to... and then have an client app as a download portal... and I can prolly make it have a metro-esque UI... i have a huge collection of apps, but most of them are paid, so unless lets say gameloft decides to upload them to the repo and get paid through an app like this... theres no way to put those on there even :-/... if you guys want one for free apps/games... jsut comment below...
Hey, this is a great idea and could blow up in a big way for the forum users/cooks! Even if you did an app, the cooks could have you put in a section for them so you could link their ROMs and tweaks all in one handy location. Problem I see is so many people wanting it to be updated all the time and you not having the time to do it; and I doubt you would get enough donations to make this a full time job! But I do think this is a great idea, app or browser based! Looks promising so far!
my plan is to make it into an app it was just a little test only spent a few min on it last night. Just design stage at the moment.
cool... yea lemme know if u need help... ... and i still prefer the design to be something metro-esque... HD2 deserves better eye candy than the iPhone
EDIT: Oh and dont like the idea of hosting files on megaupload... I have a server with lots of space and unlimited bandwidth... so like I said... web portal for devs/companies to upload apps... and client portal on phone to download straight from the server...

[CLOSED/G2] G2 & Android: Evolution through leaps and bounds.

I'm definitely looking forward to root and ROMs being ported to the G2. I have been using custom ROMs like Cyanogen's mod for quite some time now on my G1, and now that I am without; it has become blatantly obvious that it's the little things that transform quality products into luxury products. Thanks to everyone's work, we are watching the definition of luxury in the making. With every new technology that comes out, and every new line of code the developers and awesome community coders write we are watching the evolution of our devices progress. Can't wait to see how this great phone will fly once I get it away from stock. I'm already interested in the new things that are slowly being discovered about it. As some sit and complain that they aren't getting what they paid for, others are going on an adventure finding out whatever they can from a new product. Its like a giant puzzle that people all over the world are working together to figure out. How interesting it would be if they actually took advantage of situations like this and all the energy that follows them to create fully immersive viral advertising campaigns. I mean everyone who is following the developments of the G2 are putting so much emotion into it all. Whether it's positive or negative we are watching the community come together as a whole, and it's pretty amazing. Whether or not there really are lasting issues with the memory or other parts of the phone, I am enjoying the dynamic of our teamwork to figure it all out.
I'm right there with you bro. This phone will have crazy developer support, I can't wait to see what happens. Things can only get better especially with support from cyanogen.
Sent from my T-Mobile G2 using XDA App
I kind of agree. I'm more annoyed that rooting is the only way to get screenshot/wifi tether privileges..
If those two things were incorporated already (booooo Google & T-Mobile) I probably wouldn't root. I find android pleasantly customizable even without the theming options.
you can capture screen shots without root
i followed the instructions at this link (for the Droid) and works great
you'll need to download the SDK developers kit and the Java developers kit but they're both linked in the instructions and your phone will have to be connected to your PC, but once you've done the download, you'll end up with a shortcut icon on your desktop taking you straight to the screen capture function screen
and shot you see below is a capture of my GPS maps with satellite image layered
http://www.makeuseof.com/tag/how-to-capture-screenshots-with-your-android-mobile-phone/
{
"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"
}
larryccf said:
you can capture screen shots without root
i followed the instructions at this link (for the Droid) and works great
you'll need to download the SDK developers kit and the Java developers kit but they're both linked in the instructions
and shot you see below is a capture of my GPS maps with satellite image layered
http://www.makeuseof.com/tag/how-to-capture-screenshots-with-your-android-mobile-phone/
Click to expand...
Click to collapse
Obviously I meant without using a computer and having to use the SDK. That's a lot more hassle than it should be.
once we have tablets with USB we should be able to put sdk on them(hopefully) and play with our toys using our other toys
sinistersai4d4d said:
I kind of agree. I'm more annoyed that rooting is the only way to get screenshot/wifi tether privileges..
If those two things were incorporated already (booooo Google & T-Mobile) I probably wouldn't root. I find android pleasantly customizable even without the theming options.
Click to expand...
Click to collapse
It's actually all T-Mobile's fault, not Google's. T-Mobile would never let its users have that feature for free.
Sent from my T-Mobile G2 using XDA App
Arcadia310 said:
It's actually all T-Mobile's fault, not Google's. T-Mobile would never let its users have that feature for free.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
WEll I was blaming Google for the Screen Shot limitation... but yeah.

Misunderstanding

there is so much webtop 3.0 hate when you go looking for info.. either by linux gurus (which immediately earns you my respect, don't get me wrong) or folks who just desperately want to multi task by re-sizing windows =p
perhaps you all aren't aware of what you're actually getting. check it out
this is how we manage files (app launch time: instant)
{
"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"
}
this is how we work with documents (app launch time: instant)
this is how we browse the web (app launch time: instant)
this is how we end our day (app launch time: instant)
these are just examples of what we get in tablet mode with various market apps. they will look bigger and better at lapdock HD resolutions. so, think about it please.. then beg your local dev for webtop 3.0 support when ics drivers get here. (i'm assuming a port of webtop 3 roms would be a possibility with ics drivers but i'm not sure on that and that there is a small chance (speculation) we won't get webtop 3 with an official ics due to negative feedback or that we won't get official anything.)
Which phone is used for test?
Zeljko1234 said:
Which phone is used for test?
Click to expand...
Click to collapse
huh? if you're referring to my 'supposed' launch times those are just estimates or rather more accurately comparisons. generally speaking, when you touch a launcher on an android system rocking 1ghz + 1gb ram it may as well be instant. if you can't measure the time without slow motion.. now lets look at webtop 2.0
click the firefox icon and start counting. this isn't science. this is pointing out the obvious that was obviously overlooked? xD
A.aaron you just hit the nail on the head of why I ditched that oddly wonderful webtop. I couldn't put a finger on it but you did; waiting several seconds to launch good old lightweight firefox on a dual core 1gb ddr2 ram linux machine, and it takes forever! This wasn't even something I realized when I used it so much, as it was easily overloaded. I liked it, but I couldn't quite figure out why I repeatedly wanted vanilla android. It was the obviously overlooked, the stupidly slow speed of webtop for the quite capable hardware. A complete disappointment, further hampered by carrier stupidity. Anyhow, I still think the AP20H is powerful:
Ever played C.H.A.O.S? runs butter smooth stock kernel maximum settings, and much smoother than a CM9 touchpad overclocked to dual core snapdragon s3 at 1.7 ghz. This thing can handle a lot, if the software didn't suck. Webtop 3.0 looks like the anti-suck, being android itself presented much more reasonably
i believe that's specifically why they scripted in autostart. i'm not sure why they wasted like 60px for the dock because essentially its ffos. if they'd advertised it as that it would at least appear to be what it actually is. but i mean, have you tried to scroll facebook in that thing? lol
webtop 3 is a step in the right direction. as a student i can use the office apps native to the platform to do my work assuming i have a decent size screen and reliable input. i've got that, i just need the os =D
and i'll prove it, assuming we get the update this quarter.
The Netflix app sucks major ass. Probably should have used a better example.
Also, showing screenshots from two completely different devices gets kinda confusing.

Anyone using WINK app on WEAR?

Its very cool..you get WINK notifications and can set up shortcuts aka 'tasks' that you can control from your WEAR device.
However mine seems to 'lose' the WINK shortcuts every time i restart my phone or exit the WINK app on my phone. I'm hoping this is just a software issue that is being worked on.
{
"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"
}
We at CastleOS will be releasing on Android Wear support soon. The Wink app is pretty limited. Our app includes the ability to adjust lighting, thermostats, activate and deactivate scenes, and check sensor status. And best of all, everything is automatic, you don't need to manually create anything like shortcuts. Just install CastleOS from the Play store and you're good to go! CastleOS works with INSTEON, Z-Wave, UPB, X10, WeMo, Nest, Sonos, Ecobee, LightwaveRF, and more!
ccicchitelli said:
We at CastleOS will be releasing on Android Wear support soon. The Wink app is pretty limited. Our app includes the ability to adjust lighting, thermostats, activate and deactivate scenes, and check sensor status. And best of all, everything is automatic, you don't need to manually create anything like shortcuts. Just install CastleOS from the Play store and you're good to go! CastleOS works with INSTEON, Z-Wave, UPB, X10, WeMo, Nest, Sonos, Ecobee, LightwaveRF, and more!
Click to expand...
Click to collapse
thats awesome! i just downloaded your app. Now the real question is how many of my home automatoin devices will it work with? I have
- 2 GE link lightbulbs
- myq chamberlain garage door opener
- schlage z wave deadbolt
- 2 8580 honeywell wifi thermostats
nyvram1 said:
thats awesome! i just downloaded your app. Now the real question is how many of my home automatoin devices will it work with? I have
- 2 GE link lightbulbs
- myq chamberlain garage door opener
- schlage z wave deadbolt
- 2 8580 honeywell wifi thermostats
Click to expand...
Click to collapse
Oh the irony. We support dozens upon dozens (maybe hundreds) of more devices than Wink does, yet none of your devices are currently supported You'll have to wait for the December/January releases for those. We currently support the Z-Wave Honeywell thermostats, but not the WiFi ones yet (we had been waiting for the official API). GE Link is still new and we are in the process of building the interface for that, though we currently support INSTEON and Z-Wave bulbs, WeMo bulbs if they ever launch them, and Philips Hue color changing bulbs. Sorry about that, it will be worth the wait I promise!
ccicchitelli said:
Oh the irony. We support dozens upon dozens (maybe hundreds) of more devices than Wink does, yet none of your devices are currently supported You'll have to wait for the December/January releases for those. We currently support the Z-Wave Honeywell thermostats, but not the WiFi ones yet (we had been waiting for the official API). GE Link is still new and we are in the process of building the interface for that, though we currently support INSTEON and Z-Wave bulbs, WeMo bulbs if they ever launch them, and Philips Hue color changing bulbs. Sorry about that, it will be worth the wait I promise!
Click to expand...
Click to collapse
I'll save everyone the trouble of downloading their useless app. Not only do they lack the support stated above, but they also want $199 for the "OS" and $499 for their oversized hub... ha

Categories

Resources