This is a migrated thread and some comments may be shown as answers.

Best way to prestent a list of tasks

4 Answers 45 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Markus
Top achievements
Rank 2
Markus asked on 25 Oct 2013, 12:49 PM
Hope someone has a good idea for me

I have an SQL Server database with tasks (to do items)

Now I want to have my app pull the tasks and present them to me on my phone.

I want only one Task to be visible 

Kind of 

-----------------------
|
|
|    Task 1 
|
|
|
|    Done       remaining: 20     
|
-------------------------

No when I hit the button done I want to delete that task on the server and show me the next taks

-----------------------
|
|
|    Task 2
|
|
|
|    Done       remaining: 19     
|
-------------------------

Any advice how to best do this?

Markus

4 Answers, 1 is accepted

Sort by
0
Markus
Top achievements
Rank 2
answered on 30 Oct 2013, 12:51 PM
Anyone?

Markus
0
Jordan
Telerik team
answered on 30 Oct 2013, 01:34 PM

Hello Markus,



I am very sorry we missed your first post, and for our late answer.



The most common approach to this is to write a so called RESTful service (or REST service).

As you ask for SQL Server good match for this will be Microsoft Web API or other framework that is intended for REST.

Regards,

Jordan
Telerik

You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.

Looking for tips & tricks directly from the Icenium team? Check out our blog!

Share feedback and vote for features on our Feedback Portal.
0
Markus
Top achievements
Rank 2
answered on 30 Oct 2013, 02:50 PM
Dear Jorden

NP. I am happy for any help.

The question was on how to present it not on how to get the tasks from the SQL Server.

Tried to display it :-) 

The question was more if there is a smart way to present the taks once I got them from the server.

Markus
0
Jordan
Telerik team
answered on 04 Nov 2013, 02:19 PM
Hi Markus,

It greatly depend or your application design and the technology (mobile framework) you use for example but not limited to: jQuery, Kendo UI Mobile or any other framework.

We have great sample apps in Icenium (Clone -> Sample Projects) Jiterz Coffeehouse & Airlines you can look at.
Also there is a dedicated site for Kendo UI Mobile and you can Google many tutorials on jQuery mobile as well.

Unfortunately we can not design your app and are not allowed to do so!

Regards,
Jordan
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
AppBuilder Windows client
Asked by
Markus
Top achievements
Rank 2
Answers by
Markus
Top achievements
Rank 2
Jordan
Telerik team
Share this question
or