本站已收录 番号和无损神作磁力链接/BT种子 

Udemy - Building GUI Applications with Fyne and Go (Golang)

种子简介

种子名称: Udemy - Building GUI Applications with Fyne and Go (Golang)
文件类型: 视频
文件数目: 66个文件
文件大小: 2.03 GB
收录时间: 2023-1-9 07:12
已经下载: 3
资源热度: 143
最近下载: 2024-6-2 03:07

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:93e374136d224810729ee3318a18034cef5c2d51&dn=Udemy - Building GUI Applications with Fyne and Go (Golang) 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Udemy - Building GUI Applications with Fyne and Go (Golang).torrent
  • 01. Introduction/01. Introduction.mp460.67MB
  • 01. Introduction/02. About me.mp418.96MB
  • 01. Introduction/03. Installing Go.mp48.28MB
  • 01. Introduction/04. Installing Visual Studio Code.mp47.71MB
  • 01. Introduction/05. Installing Make.mp410.75MB
  • 01. Introduction/06. Asking for help.mp423.25MB
  • 01. Introduction/07. Mistakes. We all make them..mp42.24MB
  • 02. Getting Started with Fyne/01. Installing the necessary tools.mp413.86MB
  • 02. Getting Started with Fyne/02. The obligatory Hello, world! application.mp419.11MB
  • 02. Getting Started with Fyne/03. The structure of a Fyne application.mp412.05MB
  • 02. Getting Started with Fyne/04. Adding a simple container, an entry, and a button.mp444.53MB
  • 03. First Project Building a Markdown Editor/01. What we'll cover in this section.mp49.73MB
  • 03. First Project Building a Markdown Editor/02. Getting started with the MarkDown editor.mp458.21MB
  • 03. First Project Building a Markdown Editor/03. Adding a Main Menu to our Application.mp429.53MB
  • 03. First Project Building a Markdown Editor/04. Making Menu Items Functional Saving files.mp466.77MB
  • 03. First Project Building a Markdown Editor/05. Opening files.mp444.24MB
  • 03. First Project Building a Markdown Editor/06. Adding a filter to the open file command.mp429.08MB
  • 03. First Project Building a Markdown Editor/07. Making the Save menu item functional.mp428.26MB
  • 03. First Project Building a Markdown Editor/08. Packaging our application.mp421.8MB
  • 03. First Project Building a Markdown Editor/09. Writing a simple test for our application.mp430.87MB
  • 03. First Project Building a Markdown Editor/10. Defining a custom theme.mp420.46MB
  • 04. Second Project GoldWatcher/01. What we'll cover in this section.mp418.3MB
  • 04. Second Project GoldWatcher/02. Setting up a simple application.mp428.3MB
  • 04. Second Project GoldWatcher/03. Getting started on the user interface.mp431.01MB
  • 04. Second Project GoldWatcher/04. Getting the current price of gold from an external site.mp458.64MB
  • 04. Second Project GoldWatcher/05. Writing tests for our gold prices logic.mp450.14MB
  • 04. Second Project GoldWatcher/06. Creating and returning the prices container.mp455.61MB
  • 04. Second Project GoldWatcher/07. Displaying prices in our application window.mp417.44MB
  • 04. Second Project GoldWatcher/08. Writing a test for the getPriceText function.mp457.68MB
  • 04. Second Project GoldWatcher/09. Creating a toolbar.mp423.02MB
  • 04. Second Project GoldWatcher/10. Writing a test for the toolbar.mp416.92MB
  • 04. Second Project GoldWatcher/11. Adding application tabs.mp427.37MB
  • 04. Second Project GoldWatcher/12. Getting the Gold Price Chart.mp438.97MB
  • 04. Second Project GoldWatcher/13. Creating and returning the priceChart container.mp429.05MB
  • 04. Second Project GoldWatcher/14. Handling the situation when no network is available.mp423.8MB
  • 04. Second Project GoldWatcher/15. Displaying the chart in our application window.mp422.22MB
  • 04. Second Project GoldWatcher/16. Writing a function that will refresh all Gold price information.mp424.05MB
  • 04. Second Project GoldWatcher/17. Enabling the refresh icon in the toolbar.mp410.82MB
  • 04. Second Project GoldWatcher/18. Updating gold prices in the background.mp416.96MB
  • 05. Second Project Part II, Connecting to a database/01. What we'll cover in this section.mp410.88MB
  • 05. Second Project Part II, Connecting to a database/02. Setting up a database repository.mp439.98MB
  • 05. Second Project Part II, Connecting to a database/03. Implementing a sqlite Repository.mp464.68MB
  • 05. Second Project Part II, Connecting to a database/04. Implementing a sqlite repository, continued.mp436.15MB
  • 05. Second Project Part II, Connecting to a database/05. Setting up our testing environment for db-sqlite.go.mp421.7MB
  • 05. Second Project Part II, Connecting to a database/06. Testing our sqlite database repository.mp467.92MB
  • 05. Second Project Part II, Connecting to a database/07. Connecting our application to sqlite.mp468.2MB
  • 05. Second Project Part II, Connecting to a database/08. Setting up a test repository.mp437.61MB
  • 06. Second Project Part III, populating the holdings tab/01. What we'll cover in this section.mp47.27MB
  • 06. Second Project Part III, populating the holdings tab/02. Getting started with the holdings tab.mp441.74MB
  • 06. Second Project Part III, populating the holdings tab/03. Getting the slice of holdings and testing our currentHoldings function and.mp463.69MB
  • 06. Second Project Part III, populating the holdings tab/04. Testing our getHoldingSlice function.mp48.94MB
  • 06. Second Project Part III, populating the holdings tab/05. Building the table widget.mp474.56MB
  • 06. Second Project Part III, populating the holdings tab/06. Getting the information we need in order to refresh the holdings table.mp423.73MB
  • 06. Second Project Part III, populating the holdings tab/07. Creating the refreshHoldingsTable function.mp415.68MB
  • 06. Second Project Part III, populating the holdings tab/08. Displaying the holdings table in our application (finally!).mp417.81MB
  • 06. Second Project Part III, populating the holdings tab/09. Manually entering some data into sqlite.mp434.04MB
  • 06. Second Project Part III, populating the holdings tab/10. Changing the container type for our holdings table.mp429.28MB
  • 06. Second Project Part III, populating the holdings tab/11. Fixing a problem with the delete button.mp429.43MB
  • 06. Second Project Part III, populating the holdings tab/12. Enabling the add holdings button in the toolbar.mp454.19MB
  • 06. Second Project Part III, populating the holdings tab/13. Adding validation to our add holdings dialog.mp450.06MB
  • 06. Second Project Part III, populating the holdings tab/14. Fixing a problem with the way prices display, and writing a simple test.mp444.76MB
  • 06. Second Project Part III, populating the holdings tab/15. Adding an icon, and building an executable.mp417.57MB
  • 06. Second Project Part III, populating the holdings tab/16. Setting up preferences for our application.mp421.1MB
  • 07. For Mac users Signing our Application through Apple/01. What we'll cover in this section.mp48.79MB
  • 07. For Mac users Signing our Application through Apple/02. Installing Xcode, and getting a developer account.mp414.41MB
  • 07. For Mac users Signing our Application through Apple/03. Signing our application.mp464.46MB