Hello, In https://github.com/apache/incubator-taverna-mobile/blob/master/app/build.gradle the min sdk is 16 and the target 21. I think these translate as Jelly Bean and Lollypop respectively https://source.android.com/source/build-numbers.html. It is probably a bit arbitrary though, not sure if a lot of thought went into it. I think it covers most of the devices out there though https://developer.android.com/about/dashboards/index.html which is probably the main reasoning.
Cheers, Ian On 9 August 2016 at 20:04, GaleN <[email protected]> wrote: > I'm glad I didn't miss anything as obvious as a run button! > > I think the navigation drawer is very much current and consistent with > Google's material design principles. Personally, I like it. It's used in > lots of Google apps (Inbox, Gmail, Photos). Here's a link to the navigation > part of material design: *https://material.google.com/ > layout/structure.html# > <https://material.google.com/layout/structure.html#>* > > Was the run-workflow button a floating action button? Because that would > also be consistent with material design. (And very cool.) > > It just happens that I've been tinkering with Android development and have > taken a couple of classes. :) > > I'm trying to remember anything specific about installing Android > Studio... I > think I followed these instructions (use arrows on right to change platform > type): https://developer.android.com/studio/install.html. I don't recall > it > being particularly difficult. There are many components that seem to often > require updating, which can be a little time-consuming. And depending on > what version of the Android operating system you are supporting you may > need to download additional API images. > > Speaking of supported Android versions, is there a minimum API level that > Taverna Mobile supports? > > Gale > > On Tue, Aug 9, 2016 at 10:58 AM Ian Dunlop <[email protected]> wrote: > > > Hello > > > > The run workflow button was removed during the current redesign but I > think > > sagar is planning on adding it back in soon. The tab swipe is no longer > > available. You can access them via the navigation drawer. The jury is out > > on this one. I kind of like the swipe. I wonder what current android > > fashion is here. To view a workflow you just click it. You can also zoom > it > > by clicking the picture on the view page. > > BTW Gale it's so cool that you are looking at this stuff 😀 . What was > your > > experience when getting android studio set up? Anything we should > document? > > I think it's probably easier than it used to be. > > > > Cheers > > > > Ian > > > > On 9 Aug 2016 18:28, "GaleN" <[email protected]> wrote: > > > > Hi, > > > > I'm using Android Studio 2.1.2 and am running the app on a Nexus 5x API > 22 > > emulator. > > > > Just scrolling through the Workflows list page seemed fine for me, but > > opening the navigation drawer was very slow and jerky. > > > > I don't see the two swipeable tabs mentioned in the README file (workflow > > stream and list of favorites). > > I can mark a workflow as a favorite and it appears in the favorites list > > (accessed through the nav drawer), but I can't figure out how to run a > > workflow. I don't see a view button. > > > > This is my first time looking at this app and I don't have any > experience > > running workflow, so maybe I'm missing something basic. > > > > Gale > > > > On Tue, Aug 9, 2016 at 6:37 AM Ian Dunlop <[email protected]> wrote: > > > > > Hello, > > > > > > There used to be a taverna player portal instance running on the heater > > > machine at manchester uni (you will notice it in the app defaults) but > it > > > no longer seems to be available. The taverna player portal code is > > > available at https://github.com/myGrid/taverna-player-portal but it > also > > > needs a running taverna server > > > https://taverna.incubator.apache.org/download/server/. > > > > > > Thanks for all the pull requests. A lot of good work there. I noticed > > that > > > the workflows list page was a bit unresponsive after the latest patch > but > > > it might have been my machine/emulator. If someone else could test the > > > latest code https://github.com/apache/incubator-taverna-mobile that > > would > > > be much appreciated. > > > > > > Cheers, > > > > > > Ian > > > > > > On 6 August 2016 at 18:10, Sagar <[email protected]> wrote: > > > > > > > Hi folks, > > > > > > > > I have redesign login screen logic. > > > > Please, merger this #PR > > > > <https://github.com/apache/incubator-taverna-mobile/pull/25>. > > > > PR has been reviewed by Rajan > > > > > > > > Now I am planning to integrate Taverna Player in the android app for > > > > executing existing workflows through the Taverna Server. > > > > > > > > For this, I need details of currently running instance of Taverna > > Player > > > if > > > > exists to integrate it in android app. > > > > > > > > if there is no running instance of taverna player then please help > me > > > how > > > > can I run it locally. > > > > > > > > -- > > > > > > > > *With warm regards * > > > > *Sincerely yours* > > > > Sagar > > > > > > > > > > > > *Student ,(7th Semester )B.Tech IT and mathematical innovation* > > > > *Cluster Innovation Centre* > > > > *University of Delhi * > > > > > > > > > >
