Need to develop a feature which is similar to calendar app (Repeat:Weekly, Monthly etc) type.

How to develop a view mentioned in the above screen shots (I have got above screens from the calendar app)? Just like above I should show label on the right side and value will be left side. After selecting value, it should redirect to another view(with multiple options) upon selecting one option it should come back to previous screen automatically. Can some one provide me the solution, I need to develop same kind of feature in my project. My project is related to travelling, left side I have to show trip label, right side default value will be recent trip, after selecting this recent trip it should redict to other view, there we will have many past and present trips. Upon selecting one option, he should come back automatically. Thanks in advance.

What problems are you having? That seems like basic table view programming.
Table View Programming Guide for iOS
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/ TableView_iPhone/TableViewStyles/TableViewCharacteristics.html
Table View Sample App
https://developer.apple.com/library/ios/samplecode/TableViewSuite/Introduction/I ntro.html

Similar Messages

  • I need to develop an application which shows the excel sheet online

    I have an excel sheet. 
    Need to develop an application where we can save the excelsheet on cloud(Azure/FTP/OneDrive) and on clicking the excelsheet, It can be viewed/edited online
    How can we view the excel that is on cloud(Azure ,OneDrive or you can suggest any other storage)
    Need Help!!!Please!!
    Thanks,
    Abhinav

    Hi Abhinav,
    Excel Online is an app being provided by SharePoint to help users to use both SharePoint and Microsoft Excel product simultaneously.
    More information is here:
    Excel Online in Office 365 and SharePoint 2013
    http://www.c-sharpcorner.com/UploadFile/644e54/excel-online-in-office-365-and-sharepoint-2013/
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Need to develop a calibration report

    Hi experts,
    i need to develop a report for calibration
    input screen parameters are
    equipment no.
    date
    output screen
    Equipment no.
    equipment description
    Functional location
    order no.
    inspection lot no.
    inspection reading before calibration
    inspection reading after calibration
    Usage Descion
    I am new to PaM module kindly help me so that i can give proper details of tables to abaper.put
    and kindly tell me from which table i can pass equipment no. and get inspect lot no. and other details as per output screen.

    Hi all,
    i am facing an issue while developing a report.
    i am using a table QAMV (LOGIC  stated below)
    pass inspection lot no. pick MIC , MIC Description
    issue is that against single inspection lot no. multiple MIC are assigned. How i can pick all MIC , MIC Description by entering inspection lot no.
    ABAPer is asking for another primary key to fetch all MIC. According to abper he is unable to fetch all MIC on the basis of single inspection lot no.
    format of report and table (qamr) screen shot attached below.

  • Need to develop a Mobile Application for Time Entry

    Hi,
    I need to develop a Mobile App for Time Entry details which can used as an Applicaion on Android or iOS.
    Can anyone help me with the approach i need to follow to develop such an application which can be used on Android or other OS.
    Thanks,
    CV

    Hi CV,
    Oracle Application Development Framework Mobile (ADF Mobile) browser is a standards-based framework that enables the rapid development of enterprise mobile applications. Oracle Fusion Middleware 11g release 1 of ADF Mobile browser extends Oracle ADF to browsers running on mobile devices. Because ADF Mobile browser is built upon the component model of Java Server Faces (JSF), you can quickly develop applications for mobile browsers. ADF Mobile browser's mobile-specific extensions to JSF enable you to develop mobile applications using the same methodologies for developing JSF applications for the desktop.
    http://docs.oracle.com/cd/E17904_01/web.1111/e10140/pda_ovrv.htm#ADFMB101
    Cheers,
    Vlad
    Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question. If you think this is helpful, please consider giving points

  • Need to develop this report plezzzz help

    the requirement says
    When a user submits an ID they have to choose who sold the product from the sold by field.This has to be chosen correctly otherwise there will be issues in sales and commission process.I need to develop a report to detect immediately when an Id is created which seems to be suspect.A suspect ID is one in which a salesperson was chosen on a customer who is not assigned to that sales person territory
    for example: if danny is in Kathy territory is assigned to a customer in Texas which is Larry territory.
    any suggestions will be helpful for me...
    Edited by: user13001889 on Jun 6, 2011 4:43 PM
    Edited by: user13001889 on Jun 6, 2011 4:44 PM

    You ask for help, yet all you give is conceptual data. How do you expect help on writing the report?
    Q) What defines "territory"? Is it a flag? Zip code? City?
    Here is an answer based on a lot of assumptions:
    I would have to assume that territory is defined by something like city, state, or zip code. If so, you could start with this:
    When a customer submits an ID, along with who he/she selects as a salesperson -- I assume this is a drop down box to eliminate multiple entries of the same person due to variations in spelling -- thep person's address, city, state and zip are included as well. Let's assume that territory is defined by zip code. With the salesperson's name and the zip of the customer captured, you have the basis for comparison.
    Based on the table of all your salespeople and their territory (zip code in my assumption), you can create a report that contains a concatenated field of salesperson||zip code. This will produce a report with all possible combinations of salesperson and territory. This report will be your sub-query.
    Now you have your main query based on the customer activity table and you create a concatenated field of salesperson (chosen-by-customer)||zip code (of the customer). You will put a filter on this concatenated column and have it based on the results of another request (your sub-query) with the operand "not equal to/not in."
    If any record in the main query does not match an entry from the sub-query, that record will display. It will be a report that contains customers who chose a sales person who doesn't have that territory.
    That's how you build your report.

  • Need to develop a help system

    I need to develop a help system for a Client-Server Oracle Form Application.
    Can any one suggest any good packages to develop Help system?
    Does any one tried Oracle Help for Java (OHJ)?
    Please let me know your recommendations and opinions, thanks.
    null

    Two methods.
    One generate a HTML file and use the Web.Show_Document to display the help file.
    Two use shareware like 'Help Workshop' which can be found at www.cnet.com.
    Good Luck

  • Need to develope report for Deleting user profiles

    Hi All,
    I need to develop a report to delete inactive user profiles from SAP system. We have  a found out a list of valid users but need to delete all the users which are not contained in this list.
    If anybody is having any inputs, they are welcome.
    Thanks & Regards
    Abhii

    REPORT  ztest5.
    PERFORM delete_user USING 'TEST' .
    *&      Form  DELETE_USER
    *       text
    *      -->USERNAME   text
    FORM delete_user USING username TYPE bapibname-bapibname .
      DATA : li_mess TYPE TABLE OF bapiret2 ,
             ls_mess TYPE          bapiret2 ,
             lv_mess TYPE          string   .
      CALL FUNCTION 'BAPI_USER_DELETE'
        EXPORTING
          username = username
        TABLES
          return   = li_mess.
      LOOP AT li_mess INTO ls_mess .
        CLEAR lv_mess .
        MESSAGE ID     ls_mess-id
                TYPE   ls_mess-type
                NUMBER ls_mess-number
                INTO   lv_mess
                WITH  ls_mess-message_v1
                      ls_mess-message_v2
                      ls_mess-message_v3
                      ls_mess-message_v4.
        WRITE : / ls_mess-type , lv_mess .
      ENDLOOP .
    ENDFORM .                    "DELETE_USER

  • App Store Developer Updates Feature?

    I was wondering if there is a way to get automatic email notifications from the iTunes App Store on a regular basis that would let me know when a specific app developer has released a new app(s). For example, maybe if there was a feature on the App Store where I could subscribe to receive updates from a specific developer, say Electronic Arts, whenever that developer publishes a new app to the store. Or maybe like a feature where I could add developers to a favorites list that in turn automatically notifies me right away when any of the developers on my favorites list publishes a new app.
    If iTunes doesn't already have a feature like this, they definitely need to implement the feature as I have described. It would also be applicable for any content on iTunes where a person might want to receive automatic notifications that is specific to the user's "favorite" music artists, record labels, movie studios, television channels, book publishers, book authors, etc.
    If there is already a way to do this that I am not aware of, I would greatly appreciate feedback.

    No such feature exists at this time for apps, videos or books that I'm aware of, but you can suggest it to Apple via their feedback page:
    http://www.apple.com/feedback/itunesapp.html
    There already is such a feature for musical artists. Just go to the artist's page in iTunes and click the "Alert Me" link under the Artist Quick Links.
    Regards.

  • Is Oracle Project Management has all features which Microsoft Project Plan?

    Hello Experts,
    Customer wanted to start using Oracle Project Management suit completly along with little Microsoft project plan. as of now most of the projects are using microsoft project plan for project management and Oracle Project suit is for Costing and Billing.
    But in order to start this initiative, we need to explain the difference which Oracle Project Management can not able to do but Microsoft project plan can. Based on this management will take the decesion.
    As per my understanding, Orace Project Management can perform all the tasks except scheduling. As it supports scheduling from third party software like Microsoft project plan / primavera etc.
    Rest I think Oracle Project management suit is equally matured to perform all the project management task which Mircosoft project management can perform.
    So experts , can you please confirm my understanding and provide me some light on this topic.
    Thanks :-)

    Hi,
    First of all, I would like to know what are the various things you are performing with a Microsoft project plan apart from scheduling the resources to a specific project .
    Through Oracle Project Management, you can control the visibility of a resource,assign it to a particular project and control the tracking of the time in various assignments.If that is what you are trying to achieve through Oracle Project Management icnluding the other features it has, you can surely go for it.
    Let me know if you have any doubts on it.
    Regards,
    Tanvi

  • 1Z0-140 Oracle Forms Developer: New Features

    Can any one help me with study material to pass 1Z0-140 Oracle Forms Developer: New Features tests? Please email me @ (email address removed by moderator for security purposes). I could not find any specific book for prepration for Z0-140.
    Edited by: user4202610 on Aug 23, 2009 4:40 PM
    Edited by: Certification Forum Moderator on Aug 24, 2009 8:13 AM

    user4202610 wrote:
    Can any one help me with study material to pass 1Z0-140 Oracle Forms Developer: New Features tests? Please email me @ [email protected]
    A request for emailed information outside of forum is likely to result in reciept of material that is unauthorised training material or material in breach of copyright. Please read and drill down from forum post [The route you choose|http://forums.oracle.com/forums/ann.jspa?annID=1122] which provides some information on this.
    I could not find any specific book for prepration for Z0-140.There is no specific book relating to this exam. As OCP level and especially as already an OCP I would anticapte candidates should have th capacity to review exams topics [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=28&lang=US&p_exam_id=1Z0_140] and look up related documentation. If not they should probably seek out and attend oracle training.
    >
    Edited by: user4202610 on Aug 23, 2009 4:40 PM

  • Adobe needs to develop an api for communicating with HTML Overlays & Indesign Objects

    I'm a front-end developer who has been assigned the task of developing one of our client's DPS every month. While I praise Adobe for saving a dying a industry and giving non-developers simple GUI controls, they need to develop an api for communicating from HTML Overlays to Indesign MSOs and other objects.
    I've had to do some intense animations/pages; which I in turn simply developed all in HTML5 and did an overlay. The time put into those pages could have been greatly reduced if their was a proper API in place to trigger different MSO and events. Is anybody at Adobe working on this? As DPS matures, and more developers are tasked with making folios it's imperative we have a proper way way to develop.

    We had a page for embedded movies in a lightbox; the client said customers were complaining that the folios were too large and took too long to download. So we switched to youtube streaming page, but they wanted a poster and autoplay enabled. If you have ever programmed with mobile video, you'll know devices are extremely difficult to manipulate.
    I had to do an html overlay with a bunch of transparent divs for hotspots and buttons. If I could have told Indesign to move different objects layer orders or go to a different MSO it would have saved me hours.
    Doesn't DPS support localstorage? Couldn't you guys whip up a little api to trigger events via localstorage?
    Off topic, another request:
    - enable the safari webkit inspector for debugging connected ipads with folios that have html overlays; you guys don't fully support HTML5 or certain js events and it's extremely annoying and difficult to debug. 

  • Multitouch trackpad needs further development

    I've been using the new glass trackpad for a month. It's quite remarkable, it can do so many different things. But it also makes many mistakes in interpreting what I do with my fingers. I have the preferences set for touch clicking and dragging (but not drag lock). Sometimes, it doesn't do what it's supposed to do. Sometimes it selects things when it's shouldn't. Sometimes it doesn't click when it should. Sometimes it drags when I don't want it to and messes things up and creates errors.
    After being careful with my fingers and testing things deliberately and carefully, I've concluded that the current trackpad software needs further development, because too often it misinterprets my finger gestures. Sometimes it fails to distinguish between alternative interpretations of finger taps and motions and chooses the wrong one.
    I could simply turn off touch-related features, but that's really not a good alternative because clicking and dragging by depressing the trackpad requires too much effort for comfort.
    I hope Apple soon develops an upgrade to OS 10.6 that improves the trackpad's touch-feature performance.

    Aremkay: Take your machine in for evaluation and possible repair. Your trackpad isn't working properly. Mine and many other people's work just fine.

  • How to show "An app on your PC needs the following Windows feature." dialog programmatically?

    When I try to run .NET 3.5 applications on Windows 8.1 which has not .NET 3.5 Framework, Windows will show the "An app on your PC needs the following Windows feature. .NET Framework 3.5 (includes .NET 2.0 and .NET 3.0)" dialog automatically.
    But I want to show this dialog programmatically. I think that the dialog is much more friendly than DISM command.
    Any help would be appreciated.

    Hello lzhangwdk,
    I'm thinking that the issue is more related to a Setup issue now.
    Anyway, may I ask one question, have you include the .NET 3.5 feature in your prerequisite list when creating a installer?
    To raise a dialog is possible but it still require you use a kind of depolyment technology then customize your installer. If you use the ClickOnce technology, you can consider use isFirstRun to customize something to run:
    https://social.msdn.microsoft.com/forums/windows/en-us/b3bca1fb-d2f3-417d-a7f9-e174e32ed3b0/clickonce-custom-actions
    In setup project you may consider use custom actions to raise a dialog.
    http://www.codeproject.com/Articles/335516/Custom-Action-in-Visual-Studio-setup-projects
    So in general I need more info from you to redirect you to the right direction. And actually in my mind, just use the prerequisite list is OK. It is better than try any dism command, it will ask your users to install or enable .NET 3.5 themself.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I need to build an executable which allows all the VIs to be viewed as if in LabView

    I hope I am not being stupid but I need to build an executable which allows all the VIs to be viewed, opened - closed, as if being interpreted by LabView 8.5. The system is a simulator and I am required to allow the system to be inspected for correctness whilst running. Further, interactive panels exist at various locations throughout the structure and they must all work.
    Can somebody tell me how to do this or provide me with some pointers?
    Ideally I would like the navigation to be the same as if the code was being operated within LabView then the same idiots guide, I’ll need it in two years, will work for both the exe and the interpreted versions. The target machines will not run LabView and simply distributing the VI tree would be very bad news because it would allow erroneous edits to break the system.
    Thanks in advance

    Mike
    Sorry I may not have expressed myself well.
    I have developed the system in LabView 8.5 and I now want to release it to be installed on machines without LabView. I can do that, however I have a problem. I am required to allow the internals (the source) of the system to be visable; I don’t know how to do that without LabView on the machine. Yes, I know I could produce PDFs for all 1500+ VIs but I don’t want to do that and the customer does not want it eather; he wants to navigate the model and check what he finds.
    I hope this makes my requirements clearer.
    Thanks
    Frank

  • What components do I need to develop and run JSP applications?

    I am currently developing a JSP-based application using Apache, Tomcat, MySQL, and JDBC. I'm considering switching to Oracle since I know it better and it has better support for certain capabilities.
    But, it's very confusing trying to determine from the Oracle sites just what I need and which platforms are supported. What do I need to buy and what can I download?
    So, which Oracle components do I need to develop and test JSP applications using Application Server? I'll probably get into XML as well.
    Does any of it run on Win98, WinNT, Win2000, or SolarisIntel? I likely will not deploy on any of these platforms, but it would be convenient to develop on my Intel laptop, if possible.
    --Terry Westley, [email protected]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Oracle's IAS includes an Apache and Jserv with JSP runtime by default.
    You could simply migrate your Apache/Tomcat JSP to Apache/Jserv/Oracle JSP without problems, including win32 plattform.
    To run Servlet compliant with JSDK 2.2+ you has to use Apache mod_ose module with your servlets and jsp running inside the Oracle JVM, this combination is more scallable and secure for big projects, but it requires more hardware for your laptop.
    Best regards, Marcelo.

Maybe you are looking for