Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Mobile Development C#

C#でXamarin.Formsをする方法

C#でAndroid,UWPが同時に実行できるスマホアプリを作る方法
Bestseller
Rating: 4.5 out of 54.5 (48 ratings)
669 students
Created by ピーコック アンダーソン
Last updated 4/2021
Japanese
30-Day Money-Back Guarantee

What you'll learn

  • C#でXamarinFormsをする方法
  • C#でAndroid開発をする方法
  • C#でUWPを開発する方法
  • C#でスマホアプリ開発をするためのプロジェクトの作成方法
  • C#でAndrod,iOS,UWPを同時に作成する方法

Course content

1 section • 37 lectures • 4h 0m total length

  • Preview07:53
  • Preview01:29
  • Preview02:40
  • Preview05:03
  • Preview02:09
  • Preview02:34
  • Preview06:37
  • #07 StackLayout②
    11:38
  • #08 文字色&背景色とFontsize
    04:18
  • #09 Grid
    10:03
  • #10 画面遷移
    13:49
  • #11 TabbedPage
    04:02
  • #12 TabbedPageの中身
    07:32
  • #13 MasterDetailPage
    09:29
  • #14 ListView
    11:38
  • #15 CarouselPage
    09:58
  • #16 DisplayAlert(メッセージの表示)
    08:13
  • #17 DisplayActionSheet
    06:11
  • #18 Deviceごとの切り替え
    07:50
  • #19 LoadとCloseに代わるもの
    04:23
  • #20 戻るボタンを非表示にする
    03:07
  • #21 ViewCellの共通化
    07:57
  • #22 Switch
    05:40
  • #23 コントロールのデータバインド
    05:19
  • #24 Slider
    06:43
  • #25 Stepper
    03:40
  • #26 Entry
    07:22
  • #27 Editor
    03:44
  • #28 Picker
    05:23
  • #29 Pickerのデータバインディング
    09:42
  • #30 DatePickerとTimePicker
    05:22
  • #31 SearchBar
    11:45
  • #32 ToolbarItem
    05:34
  • #33 TableView
    06:31
  • #34 ActivityIndicator
    06:41
  • #35 ListViewを下に引っ張て更新
    08:04
  • ボーナスレクチャー
    00:21

Requirements

  • C#の基礎文法がわかる(if文の書き方程度がわかればOKです)
  • Windows10環境
  • VisualStudio2017(無料でダウンロードできます)

Description

この講座は普段C#を使っていて,スマホアプリの開発をしたいと思っている方向けの講座になります。

C#を仕事で使ってなくても勉強中やかじった程度の方でもOKです。


Xamarin.FormsとはC#でスマホアプリを開発できる技術なのですが,

通常スマホアプリ開発を行おうとすると,Androidはjavaを覚えないといけませんし,

iOS(iPhoneやiPadなど)の開発ならObjective-Cを覚える必要があります。

Windows系のタブレットで動作させるにはC#かVBが必要でした。


プログラミング言語は1つの言語を仕事で通用するプロ級レベルになるには

5年くらいの歳月が必要だと思います。文法を覚える程度であれば数か月で可能ですが

製品として開発して販売するには,素人レベルの技術ではすぐに問題が起きます。

だから技術者はある程度言語に特化していくことになります。

それなのに,デバイスごと(AndroidやiOS)に開発言語が異なっては

簡単に開発することができません。しかも,同じアプリでも複数の言語でコーディングされると

改造するたびに大変な労力になります。


しかし,今回紹介するXamarin.Formsを使えばC#の技術だけで開発ができます。

javaのObjective-Cもいりません。コードもほとんど共通化されます。(一部デバイスがらみの違いはありますが)

だからC#になれている人は,Xamarin.Formsを使うことで,AndroidもiOSもWindowsも開発することが可能になりました。


今回はVisualStudio2017のC#を使って開発します。

Androidは実機をUSB接続するか,仮想のエミュレーターでのデバッグをします。

Windows系はUWPを使います。UWPはWindows10が動作する環境ならどこでも動作するアプリケーションです。

Windows10が動作しない方は動作しないのでご了承ください。

iOSはMacがないとコンパイルができないという制限があるので

今回のサンプル動作の対象からは外しています。ご了承ください。

ただ,コードは共通なので,Macがある人は動作するコードにはなっています。


サンプルコードではプロジェクトの作成から,ページの遷移,各種ページの特徴,

コントロールの使い方を解説し,サンプルソフトを動作させれると,

各コントロール動作がすぐにわかるような備忘録を兼ねたソフトになっています。


今回勉強しても結構忘れてしまうと思うので,その際にすぐに思い出せるソフトになっています。

ボーナスレクチャーからソースコードもダウンロードできるようにしておくので是非ご覧ください。


【内容】

#01 プロジェクトの作成

#02 プロジェクトの実行(Android実機編)

#03 エミュレーターでの接続

#04 UWPの実行

#05 マルチスタートアッププロジェクトの設定

#06 StackLayout

#07 StackLayout②

#08 文字色&背景色とFontsize

#09 Grid

#10 画面遷移

#11 TabbedPage

#12 TabbedPageの中身

#13 MasterDetailPage

#14 ListView

#15 CarouselPage

#16 DisplayAlert(メッセージの表示)

#17 DisplayActionSheet

#18 Deviceごとの切り替え

#19 LoadとCloseに代わるもの

#20 戻るボタンを非表示にする

#21 ViewCellの共通化

#22 Switch

#23 コントロールのデータバインド

#24 Slider

#25 Stepper

#26 Entry

#27 Editor

#28 Picker

#29 Pickerのデータバインディング

#30 DatePickerとTimePicker

#31 SearchBar

#32 ToolbarItem

#33 TableView

#34 ActivityIndicator

#35 ListViewを下に引っ張て更新


それでは一緒にスマホ開発を始めましょう!



Who this course is for:

  • C#でプログラミングをしたい人
  • スマホ開発をしたい人
  • Androdの開発をしたい人
  • Androd,iOS,Windowsを同時に開発する方法を学びたい人

Instructor

ピーコック アンダーソン
C#,プログラミング,SQL
ピーコック アンダーソン
  • 4.4 Instructor Rating
  • 3,733 Reviews
  • 8,341 Students
  • 27 Courses

18年ほどプログラマーとして活動しています。初期の頃はいろんな現場を転々とするプログラマーで経験をつみ,現在はメーカーの社員として製品開発のプロジェクトリーダーをしています。基本的にはC#を使ったプログラミングをしていて,データベースはSQLServerを使っています。


知識習得のきっかけは,現場に分かりづらいプログラムコードが散乱しており,それらをわかりやすくするために,オブジェクト指向,ドメイン駆動開発,テスト駆動開発,リファクタリング,デザインパターンの書籍などを読み漁りました。その結果,一つのドメイン駆動開発手法にいまはたどり着き,チームのメンバーに伝えていますが,この知識を大勢の方にお伝えすると,予想以上に喜んで頂けているので,私の学んだ知識をできるだけわかりやすくお伝えして,私のした遠回りをあまりしなくてもいいように,解説していきたいと思っています。

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.