December 17, 2012

What are the three types of Weekly Views in a Planner?

Q. We're having an Android project in school and we're doing an organizer app. And one of the requirements is the app should have three types of weekly views. What are those?

A. Is this what you are looking for?
Types of Views

You can create standard views, indexed views, and partitioned views.

Standard Views
Combining data from one or more tables through a standard view lets you satisfy most of the benefits of using views. These include focusing on specific data and simplifying data manipulation. These benefits are described in more detail in Scenarios for Using Views.

Indexed Views
An indexed view is a view that has been materialized. This means it has been computed and stored. You index a view by creating a unique clustered index on it. Indexed views dramatically improve the performance of some types of queries. Indexed views work best for queries that aggregate many rows. They are not well-suited for underlying data sets that are frequently updated. For more information, see Designing Indexed Views.

Partitioned Views
A partitioned view joins horizontally partitioned data from a set of member tables across one or more servers. This makes the data appear as if from one table. A view that joins member tables on the same instance of SQL Server is a local partitioned view.


What kind of programmer(s) do I need to hire to build Android and iPhone app similar to Yelp?
Q. I want to build an app for Android and iPhone that will take location data from the phone and query a database stored on a server and return results sorted by proximity. What kind of skills should I be looking for when I am hiring programmers? I gather that Android requires java and iPhone requires C++, but what other skills should I be looking for for the rest of the functionality?

A.


What should you do after you root your Android phone?
Q. What should you do/what should you install?
I've already installed something that'll let me make a hotspot and share my connection with my laptop. I've deleted some bloatware, I just don't know what else to get/do and what the other advantages are to rooting.

A. There are not many uses if you are not a geek. If you are into android ROM installs, you can get new versions of android os from XDA developers website and try them out. Some of them are really cool. Also go through this list of videos http://www.youtube.com/results?search_query=android+apps+for+rooted+phones&oq=android+apps+for+roote&aq=0&aqi=g1g-m1&aql=&gs_sm=e&gs_upl=173723l177712l0l178557l22l20l0l2l2l1l292l3154l1.10.7l18l0 and buy the amazon ebook: 100 ways to use your android device


I want to develop a 3D game for android. Where do I begin?
Q. I have an idea for a great 3D game on android. But I don't know anything about programming and stuff. What do I need to learn? I heard that android programmers use java. Do I just need to learn java? What program do I use to write the code in?

A. Thank you for your query. If you are interested in making 3D game for android, I like to suggest you the website "Make games". It uses different tools like game maker for making games for PC, iphone, ipod and ipads.The divices for making games are nintendo wili,microx box, PSP ETC. but for making complicated games you need to learn java, sction script, python etc.





Powered by Yahoo! Answers

No comments:

Post a Comment