User's Guides for Launcher Beginners - Galaxy Note Pro 12.2 Themes and Apps

I found an online user's guide for Nova Launcher, finally. There were any number of links available on a search but few of them were genuine. One of them even took me to a page with an embedded porn show, somebody's idea of a little joke. This one copied well onto a Word document for portability. I'll bring anything useful I find on this or other launchers. As a beginner myself, I'm devoting any spare time to finding the best sites to get the most information in one place. To the more experienced: please add any favorites of your own.
"My User's Guide for Nova Launcher Prime"
http://webcazine.com/4522/my-users-guide-for-nova-launcher-prime/

Related

[Request] make XDA-Developers like the iPhone Installer

Hi all, i don't know if it has been asked already but it would be great to have a light black&white forum "Development and Hacking" easy to load and browse from our PPCs/SPs exactly like the iPhone's app called Installer... ok, without all the "sources/install/uninstall" thing, only app name (with very short description like the one we can see if we mouseover a topic's name) and, clicking on it, the author description, link to the Dev&Hack forum article, link to the download, little screenshot or animated gif. And a tiny search engine (no Google)
I know there are websites made like that already like freewareppc or softonic which use RSS, but i was thinking about a more Installer-like webApp.
http://it.youtube.com/watch?v=j7rfU4r3Y-0
.. but there's probably something like that already, so i ask you guys and gals where can i find such a service and if you think it would be nice or totally useless
TBH this would take ages to compile and program and with every different model of HTC h/set out there I dont think anyone would have the resources or time to do this. I do really like the idea though kudos for that
Why not look at the App To Date over at MoDaCo?
livefastdiefun87, i don't think it should be that difficult to filter the threads (for example a "[release]" string in the thread title) as links to their first posts (the ones with descriptions, screenshots and downloads) to the user (maybe it's enough for the releaser to keep an eye on the format). For example A_C's releases already have the "required" things (first post: description and download, second post: faqs).
With a little help from any developer i think that even with pocket ie (although a client would be better) we can retrieve every release easier. Then, in order to explore the apps, the user can jump to the ordinary forum.
Maybe i'm making it too simple, but it wont be bad anyway. I'm thinking about a mobile-only road, no ads, no banners, black and white with hypertext

Medical Apps for the Touch HD and others

I know several of us here are in the medical field and I thought I would start a thread, where we can share information of how our phones can be useful to us in our field. My goal is to spread the word as to what tools are available to us, regardless of what branch of the medical field we are all in.
If anyone has used some good programs or if you simply want to confirm that an application works well with the resolution of the HD, then please share with the rest of us.
Just as a reminder to everyone, XDA is not a place to share illegal content, so please don't post links to cracks etc...
I'll start with links to several web pages where you can find a lot of apps.
Medical Wizards. They have a lot of nice solid apps.
Skyscape has a lot of apps both for desktop PC and PPC.
Mobipocket has a section for medical ebooks. You might find some useful. The nice thing here is that you can install the reader on your PC and your PPC so you can view their ebooks on either one.
Handy Patients (from Handylife.com). I think the graphics need major improvement, but it seems to have excellent features for patient management.
PDA-Medicus: Although the website is in German, many of the links are to English apps. You can use Google translation to translate paragraphs in the pda-medicus site that might interest you.
And for any German speakers...
Mobipocket in German has some good ebooks - readable on PC and PPC.
PDA-Medicus (mentioned above) has a well organized list of links both in German and in English - freeware as well as shareware.
Reserved space in case it's needed in the future.
Are there any good ones for dentists?
itsallshots said:
Are there any good ones for dentists?
Click to expand...
Click to collapse
I just did a quick search and found these for dentists:
PDA Resources for dentists
LexiComp PDA Software for dentists: The first three on that list (as of today) are for iPhone only. But starting with the Lexi-Dental-Suite and below, they are also offered for PPC.
Skyscape ebooks for dentists: you'll have to see which ones are for PPC. That link will show you a lot books, but some are also for general health care knowledge.
Maybe someone else can recommend other ones too.

My First App, Need Serious Help :/

Hey guys, like the title says, I'm attempting to create an app, but with little success at this point.
What I want to do, didn't sound all that complicated in my head. I want to make an episode guide for a TV show I like. Nothing too fancy, but I do want it to look WP7-authentic.
First off, I don't know or really understanding coding in the slightest. I was hoping to be able to design most of the app through the on-screen WP7 display, which it seems I can do a lot on.
From what I've gathered, here's what I'd like to do:
Use the "Pivots" as the different story arcs or "seasons"
Within each pivot, Episode # and Title
But I'd also like to go one further and have each episode be clickable, which would take the user to a page containing info about the respective episode. Synopsis, International Titles, Airdate, etc.
It's a big project, I just need a little help getting it going.
Thanks!
dbG33K
what you're describing can be done one of two ways.
1. just display images after images
2. input text into the program
from what im gathering, it should be fairly easy for you to do as this is the sort of beginner stuff in most windows phone 7 programming books. id suggest you look into programming because even the slightest pivots and transitions require code.
now if you were on android or webos, thats different. they have full on graphics based programming thats a simple matter of drag and drop and choose function.
Download Expression Blend. You can do pretty much everything without having to write any code. It includes a "Pivot" template which has a pivot all ready for you, then you just add PivotItems using your mouse. Then you can use the Sample Data feature to mock up how your episode data will look.
The only thing you would have to write code for would be to pull the episode information from a datasource. Bind it to your controls and Expression will have the rest done for you.
http://www.microsoft.com/expression/windowsphone/
Sample Data:
http://expression.microsoft.com/en-us/ee426896.aspx
First thing you'll need before you even open Visual Studio or Blend is a data feed.
An rss feed is ideal, And I'm sure theres alot of them out there for TV listings. Without that, theres little you can do (other than screen scraping websites, but people don't look too kindly on that)
If you can find me a Url for the RSS feed you want to use, I'll be more than willing to help you out
xanderkaiber said:
First thing you'll need before you even open Visual Studio or Blend is a data feed.
An rss feed is ideal, And I'm sure theres alot of them out there for TV listings. Without that, theres little you can do (other than screen scraping websites, but people don't look too kindly on that)
If you can find me a Url for the RSS feed you want to use, I'll be more than willing to help you out
Click to expand...
Click to collapse
What he said
I'd be willing to help you out as well. I'm in the process of writing a feed reader to help me make the move WP7 from WPF/Silverlight. The idea I have for the UI is similar to yours and the feed reader (at least in the basic form) will be open source so I've no problem sharing my code...
I appreciate your willingness to help me out, but it's actually a series that has been over for quite a while.
Hey guys, I've gotten much further on my app and have become a little more well-acquainted with coding in the form of using Expression Blend 4. That said, I do have a few questions:
1. After making a few pages, I decided to make a sort of Welcome page for my app. How do I tell it to show that page first instead of "MainPage.xaml"?
2. On that welcome page, I would like to make a button that pulls up the user's E-mail and have it have my e-mail as the recipient.
Thanks a bunch!
This is in the WMAppManifest.xml file within the Properties folder.
for the email look into the email compose task
barryallott said:
This is in the WMAppManifest.xml file within the Properties folder.
for the email look into the email compose task
Click to expand...
Click to collapse
That doesn't really help me too much...
What am I supposed to do in the WMAppManifest.xml?
And where do I find the email compose task, and how do I implement it into the app?
EDIT: Nevermind, I figured out both of those questions. A new question, though: How do I take screen shots of the app? I need at least one to submit it to the marketplace, but I don't know how :/
dbG33K said:
That doesn't really help me too much...
What am I supposed to do in the WMAppManifest.xml?
And where do I find the email compose task, and how do I implement it into the app?
EDIT: Nevermind, I figured out both of those questions. A new question, though: How do I take screen shots of the app? I need at least one to submit it to the marketplace, but I don't know how :/
Click to expand...
Click to collapse
Download this:
http://www.innovativetechguy.com/?p=13
Make sure your emulator is set to 100% size and uncheck the "Show Device" checkbox in the tool. That will give you the necessary 480x800 sized .png
There's a fair lot you can do using the designer panel, but you will definitely need C# code for what happens 'behind the curtains'. Things like pulling the episodes from the internet and such.
I definitely recommend these tutorials:
Windows Phone 7 Development for Absolute Beginners.
It builds up slowly, but definitely gives you the foundation you need to put together basic applications.
Hey guys I found this thread and after reading it I feel I have a lot in common with dbG33K's tasks & questions. I feel I have a lot to offer WP7 apps as I learn more! I started out in January learning and studying as an absolute beginner (even did the 5 day course online). After a lot of studying, I felt confident enough to write my first BIG app.
I'm pretty good at the xaml part and getting real familiar with c# as I go along. Also, I think I have all the pieces I need, just need help putting it all together. I'm using an API for the data source (i have all the dlls and resources in place even all the c# methods for the API).
I have the UI all put together, now working on the c#. I'm just unsure on the binding part. I know my listboxes and other controls should be binded to a method in c#, but what calls that method? When the page loads that listbox, textblock, etc? Also, what kind of coding is generally used inside the {} of the methods that pulls info from the datasource?
As I have learned a lot aver the past couple of months, I find that I've learned it from examples I've found online, but I'm drawing a blank on this one. Any help would be great!
Thanks!
Do any of you can tellme how can I save text from the text box??
Sent from my LG-C900 using XDA Windows Phone 7 App

1800PocketPC.com WP7 App [Dev Thread] Need some help please. Pretty please.

So, Ive made the app for 1800PocketPC & thought I would make a thread about its development,
mostly because I need a bit of help from those with greater knowledge than me
Saijo (the owner of the site) has already made a thread about it over here CLICKY.
There is also a page on my website about it here: CLICKY
Features:
Displays the latest article from your chosen feed on the homepage.
Shows feeds from these different areas:
- News
- App Reviews
- Game Reviews
- General games news
- Free games news
- Xbox Live games news
Displays articles in a mobile friendly way.
Gives you the opportunity to contact the site or the developer (me).
Due to the youtube plugin not working in 3rd party apps, links to the
mobile youtube page are dynamically added to the menu.
The same applies to marketplace links, which would not open strait
from 3rd party apps, links are dynamically added to the menu instead.
You can view & add comments posted on any article.
There is landscape support throughout all but 1 part of the app.
You can also get achievements!
You can download the current version here:
Or you can like it on Facebook here CLICKY
Im currently working on the next major build, which will add:
Twitter & Facebook integration.
Overall UI improvements.
A better mobile reading experience.
Full portrait/landscape support.
Location based advertising off by default.
Now, what I need is help with at the moment is facebook & twitter.
I found a brilliant tut here & I transplanted some of the code from there, so It can now share articles to facebook.
My problems are these:
I don't know how to post to twitter.
I don't know how to get & display all posts from someone's facebook wall (namely the bestwp7games & 1800pocketpc pages)
I don't know how to get & display all posts from someone's twitter account :/
So yeah, any advice would be greatly appreciated.
Google hath fail'd me
Being as polite as possible, you need to search. If you ask questions like "how do I ..." you're not really progressing as a developer, as the two services you mentioned have amazingly detailed and well-defined APIs.
I will point you to the kind of Google queries I use to find these answers, that way you can keep developing without wasting time waiting for other people to answer:
Twitter: http://www.google.co.uk/search?sourceid=chrome&ie=UTF-8&q=update+twitter+status+c#
FB Wall Posts: http://www.google.co.uk/search?sour...ebook+wall+posts+c#&pbx=1&fp=b0dc1443d535784d
Recent Tweets: http://www.google.co.uk/search?sour...&aq=f&aqi=&aql=&oq=&pbx=1&fp=b0dc1443d535784d
Thanks. You're right, I probably should have searched more.
I was a bit afraid Id find something & try working with it only to find it didnt work with WindowsPhone :/

Zooper Widget is Frustrating to Use

I bought the pro version over 6 months ago and I absolutely love the concept. I look at all these beautiful widgets on mycolorscreen.com, and I have downloaded many of them. The problem I always run into is the following:
1. The scaling and size take forever to perfect. Sometimes you finally get it to the right size and scale, somehow it can become all distorted after a reboot or unknown event.
2. The widgets such as those use Media utilities often appear sluggish during operation. It's no smooth or fluid like the build-in widgets from apps like poweramp. Most complicated widgets are very sluggish even on Galaxy Note 3.
The other day I downloaded https://play.google.com/store/apps/details?id=axt.toosimpleactuallynot.zwskin which looks amazing on the Youtube video, and I followed the instructions to the T. After the 2nd home screen, the phone just hangs. Widgets don't refresh and eventually crashes.
I'm not sure if I'm missing something other users are doing to make Zooper widget actually function smoothly not just look pretty like a static image on the home screen. I am under the impression that Zooper may be trying to do too much and sacrificing performance.
I agree ... although perhaps it's from not having done any launcher changes since my first Android phone, nor have played with UCCW or any skin mods before. That and there is stil a lack of (slow) step-by-step tutorials of "here is what I made, and here is everything I did to make it happen" instead of having to know what the settings are that those that have been doing this already know.
I'm not complaining though - it's like many things that require weeks of trolling through forum posts to understand the lingo and the tools, then you play with them, then you troll through a zillion posts again and maybe ask a few questions in the newbie sections instead of the Expert sections, then you play with it again and pretty soon you realize that "Hey! You figured it out".
I don't want to be like the guy that just bought an Android phone and knows he needs bragging rights to having rooted it with a one-step tool but doesn't have any idea what to do next or if he bricks it.
Zooper Pro is frustrating because it is very powerful and customizable, but if it was one-step easy, everyone would have cool themes, and I certainly don't want my brother have a better looking phone than me if I haven't worked at it some, lol.

Categories

Resources