How to Achieve this UI in Flutter - user-interface

all I have created a UI for my Personal Project but it's not looking as I wanted:
Can Someone guide me how to achieve this UI as attached here?
enter image description here

you can use ListTile widget to obtain this image https://api.flutter.dev/flutter/material/ListTile-class.html

Related

Ionic plugin for Image Viewer

I want to use a ionic plugin to show image with zoom functionality and rotate buttons. Do anyone know any good plugin or if not how to implement rotate button with ionic native photo viewer
I found PhotoEditor, but you must pay
I have used plugin "ionic-img-viewer": "^2.9.0", for image viewing and zooming.
Please find below code.
<img src={{blog.profilepicture}} imageViewer class="profilePicture" onError="this.src='assets/sliderimg/defaultuser.png'">
This plugin does not provide rotation. you need to add extra functionality.

Showing Live Camera Stream inside Xamarin.Forms App

I am working on a Xamarin.Forms App in which I need to display the current camera stream in order to shoot a photo from inside the app. Has anyone an advice on how to implement that? Is that easily possible?
Thanks!
Edit:
I found an awesome sample project from Xamarin doing exactly what I need :)
https://xamarin.com/prebuilt/moments
It depends on how much integration you need. You can start with something simple like: https://github.com/jamesmontemagno/Xamarin.Plugins/tree/master/Media
If that doesn't do what you need, you will need to create a custom renderer on each platform. It isn't too difficult but its more work.

Which toolbox does facebook app use

which toolbox is that?
I use ListView now, but if I click it, it looks like I choose it, not click it.
so I want to change.
Your question is very unclear but I'll share some information about ListView.
I don't know which facebook app is that but official Facebook App (not beta) is using ListView too AFAIK.You can customize ListView's Style and ItemTemplate to achieve that.
Theese 2 MSDN articles about ListView will help you.
https://msdn.microsoft.com/library/windows/apps/windows.ui.xaml.controls.listview.aspx
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj709922.aspx

Basic layout of appcelerator app

I creating my first appcelerator app and looking for some info on whether something is possible, and if so is it easy to implement.
I'm using Titanium SDK 2.0.1.
I'm trying to create a layout similar to the Stream window in the Google+ app for Android:
1: A large header (Can the navbar property of Ti.UI.createWindow be adjusted?)
2: Two tabs under the header (Would like to be able to adjust height of them if possible? Are there alternatives to Ti.UI.createTabGroup if this is not possible?)
The main content I can figure out easily enough I reckon.
Any examples or links on how to achieve this layout would be great.
Thanks
There is no way to do that type of NavBar in Android using the native Ti.UI.Window properties, but you can just create your own NavBar using a view and stick to the top of the window. For the tabs, I'd look at http://www.tomaspersson.com/2012/03/20/titanium-viewpager-module-now-available/ - I'm not sure it will have all the options you need, but it is a good starting point. Good luck!

Google page preview

is there any way to do something like google has?
I think preview of the page when you hover link.
I just want to know, on what it is based.
Image creating and php?
http://www.thumboo.com/ is free and has an API.
You could write a PHP/Javascript function to create the hover over effect.

Resources