Coder Social home page Coder Social logo

prebuilt-apps's Introduction

Xamarin Prebuilt Apps

Visit the pre-built apps page on xamarin.com.


To download this repository and and its dependencies:

git clone --recursive [email protected]:xamarin/prebuilt-apps.git

To build all apps:

rake build

Employee Directory

Prototypical contacts application that can talk LDAP.

Available for Android and Windows Phone.

http://xamarin.com/prebuilt/employeedirectory

This sample has been removed for iOS because the "UISearchDisplayController" API was depercated in iOS 8+ and replaced with "UISearchController". There is also a bug with IOS 13+ which causes the sample to crash on iOS 13+. Please see this sample for an example of working with "UISearchController".

Field Service

A field service app containing a list of assignments. Take photos, signatures, record hours, etc.

Available for iOS, Android and as a Windows Store app (Windows 8 and Windows RT).

http://xamarin.com/prebuilt/fieldservice

Note on the included solutions and projects

There are two solutions for each application: Xamarin.sln and VisualStudio.sln.

  • The Xamarin solution contains iOS and Android projects, and is primarily targetted at developers on OS X using Xamarin Studio.

  • The VisualStudio solution contains Android and Windows projects, and is primarily targetted at developers on Windows using Visual Studio (since it can handle the Windows project types).

Alternatively you can open any of the individual platform project files, or you can choose to add the existing iOS project to your Visual Studio solution.

prebuilt-apps's People

Contributors

chrisblackman avatar clancey avatar conceptdev avatar davidortinau avatar dvdsgl avatar dylankelly5 avatar jonathanpeppers avatar mattbitner avatar migueldeicaza avatar olegoid avatar pjcollins avatar praeclarum avatar rolfbjarne avatar topgenorth avatar zgramana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

prebuilt-apps's Issues

FieldService iOS app crashes on device after signing and completing assignment

On a device (works correctly on simulator) running iOS version 7.1, the app crashes with an assert failure after signing and completing assignment.

To Reproduce:

  1. Launch iOS app and login
  2. Click "Active" button for top current assignment and select complete.
  3. Click "Add Signature" button and add and save your signature.
  4. Click Complete button and answer "yes" to alert dialog.

Expected result: assignment is completed and app continues to run.
Actual result: App crashes with:
Assertion failed: (tb.x == CGRectGetMinX(tile_bounds)), function ripc_GetPattern, file RIP/RIPColor.c, line 803.

Also, when loading the AssignmentsController, there are ~420 lines similar to the following:
FieldServiceiOS[2181] : CGContextSaveGState: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.

These do not seem to cause a crash, but why look like serious warnings. It even says "Serious error" . :-)

[EmployeeDirectory.iOS] Searching by name stops working after canceling search by title and closing app

Hi guys,

I'm experiencing an issue on an iPhone 5 (iOS 7) where if you open the search and filter it by title, then cancel the search and close the app, search by name will stop working.

Steps to reproduce:

  • Install the app on device (I tested on an iPhone 5 with iOS 7)
  • Log in using any password and user name
  • Tap the search box, and type "Miguel" (to see that searching by name works initially)
  • Tap the search category "Title" and type "dev" or any other text (make sure you type it after tapping Title)
  • Tap cancel, then close the app by double tapping the home button and reopening it
  • Reopen the app
  • Open the app, tap search and try searching for "Miguel" again under the Name category

Expected Result:
Miguel de Icaza should show up in the search results

Actual Result:
Nothing appears in the results

EmployeeDirectory.Android: Cannot cast from source to destination type

I have just pulled the EmployeeDirectory app, and when I run the Android app, after logging in, an exception is thrown in the PeopleGroupsAdapter.cs (A System.InvalidCastException was thrown. Cannot cast from source type to destination type.)

Someone else has had this problem see here

http://forums.xamarin.com/discussion/9492/what-is-wrong-with-this-code

and here

http://stackoverflow.com/questions/21587387/cannot-cast-from-source-type-to-destination-type

[EmployeeDirectory.iOS (iOS 6)] Freezes if you double tap on search, switch search categeory, then search after a clean install

Hi guys,

On iOS 6, if you deploy this app as a clean install, the app will freeze if you take the following steps:

  • Log into the app
  • Double tap on the search bar near the middle so that a search category other than 'Name' will be selected before the categories actually appear from under the search bar (I've only tested with selecting 'Dept')
  • Select another category, such as as 'Name'
  • Start typing into the keyboard

If you follow these steps exactly, the app will freeze when typing the first letter. If the steps aren't followed exactly, then searching will probably work fine and continue working fine, and in order to get the bug back happening again you will have to uninstall the app and start again from a clean install.

This only happens on iOS 6 devices.

I've tried debugging it, but no exceptions are thrown. Also, if you use break points in the searching methods then the search will work correctly, making it incredibly difficult to debug.

EmployeeDirectory needs to be ported to WinPhone 8.1

I think the issue is that a newer version of Microsoft.Phone.Controls.Toolkit is required that removes all of the types that are duplicated in the now included WinPhone assemblies. See:

http://social.msdn.microsoft.com/Forums/windowsapps/en-US/c5a54f98-e3d6-4239-97e4-f42343934fb9/longlistselector-conflict-in-wp8-sdk-and-silverlighttoolkit?forum=wpdevelop

and

http://stackoverflow.com/questions/15317861/the-type-microsoft-phone-controls-longlistselector-exists-in-both-dlls

Reported in desk case: 84017

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.